Skip to content

Commit

Permalink
Merge pull request #103 from adiwg/develop
Browse files Browse the repository at this point in the history
Release Version 2.10.1
  • Loading branch information
hmaier-fws authored Dec 17, 2024
2 parents 53cc439 + 54425d0 commit 25de8ce
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 25de8ce

Please sign in to comment.