Skip to content

Commit

Permalink
v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed Jul 10, 2019
1 parent 16c8c26 commit e6a9811
Show file tree
Hide file tree
Showing 3 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 @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.13.1",
"version": "1.13.2",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/colony-js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colony/colony-js-client",
"version": "1.13.1",
"version": "1.13.2",
"description": "Reference implementation of the Colony API",
"keywords": [
"ethers",
Expand Down Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@colony/colony-js-adapter": "^1.12.0",
"@colony/colony-js-adapter-ethers": "^1.12.2",
"@colony/colony-js-contract-client": "^1.13.0",
"@colony/colony-js-contract-client": "^1.13.2",
"@colony/colony-js-contract-loader": "^1.12.0",
"@colony/colony-js-contract-loader-http": "^1.12.0",
"@colony/colony-js-contract-loader-network": "^1.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/colony-js-contract-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colony/colony-js-contract-client",
"version": "1.13.0",
"version": "1.13.2",
"description": "Method-like interface for Smart Contracts",
"keywords": [
"ethers",
Expand Down

0 comments on commit e6a9811

Please sign in to comment.