Skip to content

Commit

Permalink
solution: release v0.2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Jan 12, 2022
1 parent 397827f commit 045c75b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ git commit api-definitions

== License

Copyright 2020 EmeraldPay, Inc
Copyright 2022 EmeraldPay, Inc

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
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.1",
"version": "0.2.0-beta.2",
"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.1",
"version": "0.2.0-beta.2",
"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.1",
"@emeraldpay/api": "0.2.0-beta.2",
"@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.1",
"version": "0.2.0-beta.2",
"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.1",
"@emeraldpay/api": "0.2.0-beta.2",
"google-protobuf": "^3.10.0",
"protobufjs": "^6.8.8",
"text-encoding": "^0.7.0",
Expand Down

0 comments on commit 045c75b

Please sign in to comment.