Skip to content

Commit

Permalink
solution: v0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Oct 8, 2020
1 parent 9f60ce3 commit 71642f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldpay/api",
"version": "0.2.0-beta",
"version": "0.2.0-beta.1",
"description": "Common code for Emerald gRPC APIs",
"private": false,
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldpay/api-node",
"version": "0.2.0-beta",
"version": "0.2.0-beta.1",
"description": "Node client for Emerald gRPC APIs",
"private": false,
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "npm run clean && npm run build && npm run test"
},
"dependencies": {
"@emeraldpay/api": "0.2.0-beta",
"@emeraldpay/api": "0.2.0-beta.1",
"@types/google-protobuf": "^3.7.2",
"google-protobuf": "^3.10.0",
"grpc": "^1.24.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldpay/api-web",
"version": "0.2.0-beta",
"version": "0.2.0-beta.1",
"description": "Browser client for Emerald gRPC APIs",
"private": false,
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,7 +33,7 @@
"prepublishOnly": "npm run clean && npm run build && npm run test"
},
"dependencies": {
"@emeraldpay/api": "0.2.0-beta",
"@emeraldpay/api": "0.2.0-beta.1",
"google-protobuf": "^3.10.0",
"protobufjs": "^6.8.8",
"text-encoding": "^0.7.0",
Expand Down

0 comments on commit 71642f7

Please sign in to comment.