From 76c09eca6831a1585a1d164de984d97ecdf5caae Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 2 Mar 2019 14:22:00 +0000 Subject: [PATCH] 1.18.315 [ci skip] --- ccxt.js | 2 +- dist/ccxt.browser.js | 2 +- package-lock.json | 2 +- package.json | 2 +- php/Exchange.php | 4 ++-- python/ccxt/__init__.py | 2 +- python/ccxt/async_support/__init__.py | 2 +- python/ccxt/async_support/base/exchange.py | 2 +- python/ccxt/base/exchange.py | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ccxt.js b/ccxt.js index cc0234744cfc..dd0e4a199381 100644 --- a/ccxt.js +++ b/ccxt.js @@ -37,7 +37,7 @@ const Exchange = require ('./js/base/Exchange') //----------------------------------------------------------------------------- // this is updated by vss.js when building -const version = '1.18.314' +const version = '1.18.315' Exchange.ccxtVersion = version diff --git a/dist/ccxt.browser.js b/dist/ccxt.browser.js index 9dfbe8bb4482..f8686de00267 100644 --- a/dist/ccxt.browser.js +++ b/dist/ccxt.browser.js @@ -45,7 +45,7 @@ const Exchange = require ('./js/base/Exchange') //----------------------------------------------------------------------------- // this is updated by vss.js when building -const version = '1.18.314' +const version = '1.18.315' Exchange.ccxtVersion = version diff --git a/package-lock.json b/package-lock.json index b25000478e03..4cfd2b41aeb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ccxt", - "version": "1.18.314", + "version": "1.18.315", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 588ef658c5e3..e0545d17fa80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ccxt", - "version": "1.18.314", + "version": "1.18.315", "description": "A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges", "main": "./ccxt.js", "unpkg": "dist/ccxt.browser.js", diff --git a/php/Exchange.php b/php/Exchange.php index 75186f64a806..598d39a88989 100644 --- a/php/Exchange.php +++ b/php/Exchange.php @@ -34,7 +34,7 @@ use kornrunner\Secp256k1; use kornrunner\Solidity; -$version = '1.18.314'; +$version = '1.18.315'; // rounding mode const TRUNCATE = 0; @@ -50,7 +50,7 @@ class Exchange { - const VERSION = '1.18.314'; + const VERSION = '1.18.315'; public static $eth_units = array ( 'wei' => '1', diff --git a/python/ccxt/__init__.py b/python/ccxt/__init__.py index 6c802359bbf8..6510a970dcb7 100644 --- a/python/ccxt/__init__.py +++ b/python/ccxt/__init__.py @@ -22,7 +22,7 @@ # ---------------------------------------------------------------------------- -__version__ = '1.18.314' +__version__ = '1.18.315' # ---------------------------------------------------------------------------- diff --git a/python/ccxt/async_support/__init__.py b/python/ccxt/async_support/__init__.py index c1d01a603abc..0290ba08a54c 100644 --- a/python/ccxt/async_support/__init__.py +++ b/python/ccxt/async_support/__init__.py @@ -4,7 +4,7 @@ # ----------------------------------------------------------------------------- -__version__ = '1.18.314' +__version__ = '1.18.315' # ----------------------------------------------------------------------------- diff --git a/python/ccxt/async_support/base/exchange.py b/python/ccxt/async_support/base/exchange.py index 9ed88aea9333..9871bec87664 100644 --- a/python/ccxt/async_support/base/exchange.py +++ b/python/ccxt/async_support/base/exchange.py @@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- -__version__ = '1.18.314' +__version__ = '1.18.315' # ----------------------------------------------------------------------------- diff --git a/python/ccxt/base/exchange.py b/python/ccxt/base/exchange.py index 8c18bdfd87d1..49ff9118cd1b 100644 --- a/python/ccxt/base/exchange.py +++ b/python/ccxt/base/exchange.py @@ -4,7 +4,7 @@ # ----------------------------------------------------------------------------- -__version__ = '1.18.314' +__version__ = '1.18.315' # -----------------------------------------------------------------------------