Skip to content

Commit

Permalink
v0.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Sep 19, 2018
1 parent 17bee15 commit 215e480
Show file tree
Hide file tree
Showing 4 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
@@ -1,5 +1,5 @@
{
"version": "0.6.15",
"version": "0.6.16",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-walletconnect-core",
"version": "0.6.15",
"version": "0.6.16",
"description": "Walletconnect core library",
"scripts": {
"clean": "rm -rf dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/walletconnect-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-walletconnect-wallet",
"version": "0.6.15",
"version": "0.6.16",
"description": "React Native SDK for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -50,6 +50,6 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"js-walletconnect-core": "^0.6.15"
"js-walletconnect-core": "^0.6.16"
}
}
4 changes: 2 additions & 2 deletions packages/walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "walletconnect",
"version": "0.6.15",
"version": "0.6.16",
"description": "Walletconnect library for browser",
"scripts": {
"clean": "rm -rf dist",
Expand Down Expand Up @@ -48,6 +48,6 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"js-walletconnect-core": "^0.6.15"
"js-walletconnect-core": "^0.6.16"
}
}

0 comments on commit 215e480

Please sign in to comment.