Skip to content

Commit

Permalink
[CI Skip] 0.1.1-beta.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jun 7, 2019
1 parent c16818f commit 7e51db2
Show file tree
Hide file tree
Showing 5 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.1.1-beta.23"
"version": "0.1.1-beta.24"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1-beta.23",
"version": "0.1.1-beta.24",
"description": "A sample signer extension for the @polkadot/api",
"repository": "https://github.com/polkadot-js/extension",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-dapp",
"description": "An injector dapps that manages the injected environment",
"version": "0.1.1-beta.23",
"version": "0.1.1-beta.24",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-ui",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.1.1-beta.23",
"version": "0.1.1-beta.24",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@polkadot/extension",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.1.1-beta.23",
"version": "0.1.1-beta.24",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"dependencies": {
"@polkadot/api": "^0.81.0-beta.1",
"@polkadot/extension-ui": "^0.1.1-beta.23",
"@polkadot/extension-ui": "^0.1.1-beta.24",
"@polkadot/ui-keyring": "^0.41.0-beta.3"
},
"devDependencies": {
Expand Down

0 comments on commit 7e51db2

Please sign in to comment.