Skip to content

Commit

Permalink
v2.1.0 (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh authored Dec 21, 2020
1 parent 5b4bb2c commit c464dc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockers/relaydc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
#### make sure to add instance name to the router command above

gsn1:
image: opengsn/jsrelay:2.1.0-beta.3
image: opengsn/jsrelay:2.1.0
restart: on-failure

# $ROOT - mapped by calling script to data folder
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0-beta.3",
"version": "2.1.0",
"description": "Open Gas Stations Network",
"name": "@opengsn/gsn",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/common/Version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const gsnRuntimeVersion = '2.1.0-beta.3'
export const gsnRuntimeVersion = '2.1.0'
export const gsnRequiredVersion = '^2.0.0'

0 comments on commit c464dc8

Please sign in to comment.