Skip to content

Commit

Permalink
Release 19.12.1 (crossbario#483)
Browse files Browse the repository at this point in the history
* bump versions

* a bit more
  • Loading branch information
om26er authored Dec 6, 2019
1 parent 7d274ce commit a6b86c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
# CHANGE FOR NEW RELEASES (these need to be proper Git tags in the respective repo):
#
export AUTOBAHN_JS_VERSION='19.10.1'
export AUTOBAHN_JS_XBR_VERSION='19.10.1'
export AUTOBAHN_JS_VERSION='19.12.1'
export AUTOBAHN_JS_XBR_VERSION='19.12.1'
#
# END OF CONFIG
#
Expand Down
2 changes: 1 addition & 1 deletion package-xbr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xbr",
"version": "19.10.1",
"version": "19.12.1",
"description": "The XBR Protocol (smart contracts package)",
"keywords": [
"ethereum",
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": "autobahn",
"version": "19.10.1",
"version": "19.12.1",
"description": "An implementation of The Web Application Messaging Protocol (WAMP).",
"main": "index.js",
"private": true,
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": "19.10.1",
"version": "19.12.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": "19.10.1",
"version": "19.12.1",
"description": "An implementation of The Web Application Messaging Protocol (WAMP).",
"main": "index.js",
"files": [
Expand Down

0 comments on commit a6b86c3

Please sign in to comment.