From d242fe3e338abafd6374beb1b7c48935580125a4 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 13 Jan 2020 10:50:12 +0100 Subject: [PATCH] component updates --- .travis.yml | 4 ++-- library.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ff8a5b..027e21e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,9 @@ before_script: - git clone https://github.com/oceanprotocol/barge - cd barge - export AQUARIUS_VERSION=v1.0.5 - - export BRIZO_VERSION=v0.7.2 + - export BRIZO_VERSION=v0.8.0 - export KEEPER_VERSION=v0.13.2 - - export EVENTS_HANDLER_VERSION=v0.3.4 + - export EVENTS_HANDLER_VERSION=v0.4.0 - export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260" - rm -rf "${HOME}/.ocean/keeper-contracts/artifacts" - bash -x start_ocean.sh --no-commons --no-dashboard 2>&1 > start_ocean.log & diff --git a/library.json b/library.json index 6ec3ae6..449ee6d 100644 --- a/library.json +++ b/library.json @@ -11,7 +11,7 @@ }, { "name": "brizo", - "version": "~0.7.2" + "version": "~0.8.0" }, { "name": "aquarius", @@ -19,7 +19,7 @@ }, { "name": "events-handler", - "version": "~0.3.4" + "version": "~0.4.0" } ] }