Skip to content

Commit

Permalink
[CI Skip] 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Aug 24, 2019
1 parent 4b2fdab commit ebf92de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "0.5.0"
"version": "0.5.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.0-beta.11",
"version": "0.5.1",
"private": true,
"engines": {
"yarn": "^1.10.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-cli",
"version": "0.5.0",
"version": "0.5.1",
"description": "A commandline API interface for interacting with a chain",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/monitor-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/monitor-rpc",
"version": "0.5.0",
"version": "0.5.1",
"description": "A simple monitor via RPC",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit ebf92de

Please sign in to comment.