1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

bump component versions

This commit is contained in:
Matthias Kretschmann 2019-09-11 10:37:32 +02:00
parent 09caa5461e
commit cb3f9c11d2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ env:
- REACT_APP_FAUCET_URI="http://localhost:3001"
- REACT_APP_BRIZO_ADDRESS="0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0"
# start Barge with these versions
- BRIZO_VERSION=v0.4.1
- BRIZO_VERSION=v0.4.2
- AQUARIUS_VERSION=v0.3.8
- KEEPER_VERSION=v0.11.1
- KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"

View File

@ -7,19 +7,19 @@
"dependencies": [
{
"name": "keeper-contracts",
"version": "~0.10.3"
"version": "~0.11.1"
},
{
"name": "brizo",
"version": "~0.3.12"
"version": "~0.4.2"
},
{
"name": "aquarius",
"version": "~0.3.4"
"version": "~0.3.8"
},
{
"name": "squid-js",
"version": "~0.6.2"
"version": "~0.7.2"
},
{
"name": "faucet",