From 8d99dba0f927006351b22d77fc00cc7cba6d6702 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Wed, 7 Nov 2018 10:16:15 +0100 Subject: [PATCH] Removed variable condition --- .bumpversion.cfg | 2 +- .travis.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f27ab08..fd082b0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 [bumpversion:file:package.json] diff --git a/.travis.yml b/.travis.yml index 2f820b9..9de062b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,4 +39,4 @@ deploy: skip_cleanup: true on: tags: true - condition: $DEPLOY_PACKAGE = true \ No newline at end of file + diff --git a/package.json b/package.json index 98eb66c..b90630a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.1.5", + "version": "0.1.6", "description": "JavaScript client library for Ocean Protocol", "main": "dist/squid.js", "scripts": {