Skip to content

Commit

Permalink
Increment version number to 2.10.1 (#101)
Browse files Browse the repository at this point in the history
* chore: Rename iso_parameterDirection.yml to iso_parameterDirectionCode.yml and update related fields

* chore: Update build script and rename iso_parameterDirectionCode.yml to iso_parameterDirection.yml

* chore: Bump version to 2.10.1 in version.rb and package.json
  • Loading branch information
jwaspin authored Dec 17, 2024
1 parent da49188 commit cbee5bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/adiwg/mdcodes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

module ADIWG
module Mdcodes
VERSION = "2.10.0"
VERSION = "2.10.1"
end
end

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdcodes",
"version": "2.10.0",
"version": "2.10.1",
"main": "index.js",
"description": "CodeLists for ADIwg mdJSON",
"repository": {
Expand All @@ -26,7 +26,8 @@
},
"scripts": {
"prepublishOnly": "scripts/prepublish.js",
"build": "bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly"
"build": "bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly",
"test": "bundle && bundle exec rake test"
},
"dependencies": {
"buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",
Expand Down

0 comments on commit cbee5bf

Please sign in to comment.