Skip to content

Commit

Permalink
v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshijun committed May 16, 2019
1 parent 6499e05 commit 02aa279
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/forge-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/forge-cli",
"version": "0.27.0",
"version": "0.27.1",
"description": "a general set of CLI for arcblock Forge framework",
"license": "Apache-2.0",
"main": "src/index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@arcblock/forge-proto": "^0.27.0",
"@arcblock/forge-wallet": "^0.27.0",
"@arcblock/graphql-client": "^0.27.0",
"@arcblock/grpc-client": "^0.27.0",
"@arcblock/grpc-client": "^0.27.1",
"@arcblock/mcrypto": "^0.27.0",
"@iarna/toml": "^2.2.3",
"app-module-path": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "forge-app-simple",
"private": true,
"version": "0.27.0",
"version": "0.27.1",
"description": "> This is an simple app powered by forge and forge-sdk, it just uses forge-core and send standard transactions supported by forge core.",
"main": "rpc.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@arcblock/forge-config": "^0.27.0",
"@arcblock/forge-proto": "^0.27.0",
"@arcblock/grpc-client": "^0.27.0",
"@arcblock/grpc-client": "^0.27.1",
"death": "^1.1.0"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.27.0",
"version": "0.27.1",
"useWorkspaces": true,
"npmClient": "yarn",
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/grpc-client",
"description": "gRPC client to read/write data on forge powered blockchain",
"version": "0.27.0",
"version": "0.27.1",
"author": {
"name": "wangshijun",
"email": "[email protected]",
Expand Down

0 comments on commit 02aa279

Please sign in to comment.