Skip to content

Commit

Permalink
bump version (crossbario#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
om26er authored Sep 8, 2020
1 parent e93e16c commit b9a2f29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ default:
distclean: clean
-sudo rm -rf ./node_modules
-sudo rm -rf ./packages/autobahn/node_modules
-sudo rm -rf ./packages/autobahn-xbr/node_modules
-sudo rm -f ./package-lock.json
-sudo rm -f ./packages/autobahn/package-lock.json
-sudo rm -f ./packages/autobahn-xbr/package-lock.json

clean:
-rm -f .sconsign.dblite
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">= 4.2.6"
},
"devDependencies": {
"browserify": "^16.5.1",
"browserify": "^16.5.2",
"deep-equal": ">= 1.0.1",
"google-closure-compiler": ">= 20170218.0.0",
"nodeunit": ">= 0.11.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/autobahn-xbr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autobahn-xbr",
"version": "20.7.2",
"version": "20.9.1",
"description": "The XBR Protocol (smart contracts package)",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/autobahn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autobahn",
"version": "20.7.2",
"version": "20.9.1",
"description": "An implementation of The Web Application Messaging Protocol (WAMP).",
"main": "index.js",
"files": [
Expand Down

0 comments on commit b9a2f29

Please sign in to comment.