Skip to content

Commit

Permalink
Gem and NPM version bump. (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotanchik-SB authored Jan 8, 2021
1 parent c0096ac commit b3180de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cqm-models.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'cqm-models'
spec.version = '3.0.4'
spec.version = '3.0.5'
spec.authors = ['[email protected]', '[email protected]', '[email protected]']

spec.summary = 'Mongo models that correspond to the QDM specification.'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cqm-models",
"version": "3.0.4",
"version": "3.0.5",
"description": "This library contains auto generated Mongo (Mongoose.js) models that correspond to the QDM (Quality Data Model) specification.",
"main": "app/assets/javascripts/index.js",
"browser": {
Expand Down

0 comments on commit b3180de

Please sign in to comment.