Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
v0.2.1-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-es committed Mar 9, 2020
1 parent 820d5de commit 1d78ced
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
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.2.1-beta.12",
"version": "0.2.1-beta.14",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/actus-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atpar/actus-solidity",
"version": "0.2.1-beta.12",
"version": "0.2.1-beta.14",
"description": "ACTUS smart contracts",
"author": "atpar AG",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/ap-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atpar/ap-contracts",
"version": "0.2.1-beta.12",
"version": "0.2.1-beta.14",
"description": "ACTUS protocol smart contracts",
"author": "jo-es <johannes.escherich+github@atpar.io>",
"homepage": "https://github.com/atpar/ap-monorepo#readme",
Expand Down Expand Up @@ -49,7 +49,7 @@
"**/web3-eth-contract": "1.2.4"
},
"dependencies": {
"@atpar/actus-solidity": "0.2.1-beta.12",
"@atpar/actus-solidity": "0.2.1-beta.14",
"funds-distribution-token": "0.1.2",
"openzeppelin-solidity": "^2.1.2",
"truffle-hdwallet-provider": "^1.0.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/ap.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atpar/ap.js",
"version": "0.2.1-beta.12",
"version": "0.2.1-beta.14",
"description": "Typescript Library for interacting with the ACTUS protocol",
"author": "jo-es <johannes.escherich+github@atpar.io>",
"homepage": "https://github.com/atpar/ap-monorepo#readme",
Expand Down Expand Up @@ -33,7 +33,7 @@
"**/web3-eth-contract": "1.2.4"
},
"dependencies": {
"@atpar/ap-contracts": "0.2.1-beta.12",
"@atpar/ap-contracts": "0.2.1-beta.14",
"@types/eth-sig-util": "^2.1.0",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
Expand Down

0 comments on commit 1d78ced

Please sign in to comment.