Skip to content

Commit

Permalink
[CI Skip] 0.10.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Feb 26, 2020
1 parent ad5f75a commit 0db616e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.10.0"
"version": "0.10.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.10.0-beta.14",
"version": "0.10.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.10.0",
"version": "0.10.1",
"description": "A commandline API interface for interacting with a chain",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/json-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/json-serve",
"version": "0.10.0",
"version": "0.10.1",
"description": "A JSON API endpoint server",
"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.10.0",
"version": "0.10.1",
"description": "A simple monitor via RPC",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/signer-cli",
"version": "0.10.0",
"version": "0.10.1",
"description": "A commandline signer for offline signature generataion",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 0db616e

Please sign in to comment.