From 68bad2464ca0bea2ec48699f658c8fefe7496bb4 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 14 Nov 2019 14:15:41 +0100 Subject: [PATCH] bump to Aquarius v1.0.2 --- .travis.yml | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41a732f..a5d34b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: - ganache-cli --port 18545 > ganache-cli.log & - git clone https://github.com/oceanprotocol/barge - cd barge - - export AQUARIUS_VERSION=v1.0.1 + - export AQUARIUS_VERSION=v1.0.2 - export BRIZO_VERSION=v0.6.0 - export KEEPER_VERSION=v0.12.7 - export EVENTS_HANDLER_VERSION=v0.3.0 diff --git a/library.json b/library.json index 20183b5..8bd5808 100644 --- a/library.json +++ b/library.json @@ -15,7 +15,7 @@ }, { "name": "aquarius", - "version": "~1.0.0" + "version": "~1.0.2" }, { "name": "events-handler",