Skip to content

Commit

Permalink
1.1.58
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Jul 23, 2017
1 parent 1debe6e commit 6eb41f2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ccxt.es5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ccxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

//-----------------------------------------------------------------------------

var version = '1.1.57'
var version = '1.1.58'
var isNode = (typeof window === 'undefined')

//-----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ccxt.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class EndpointNotAvailableError extends NotAvailableError {}
class OrderBookNotAvailableError extends NotAvailableError {}
class TickerNotAvailableError extends NotAvailableError {}

$version = '1.1.57';
$version = '1.1.58';

class Market {

Expand Down
2 changes: 1 addition & 1 deletion ccxt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
'TickerNotAvailableError',
]

__version__ = '1.1.57'
__version__ = '1.1.58'

# Python 2 & 3
import base64
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccxt",
"version": "1.1.57",
"version": "1.1.58",
"description": "A library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs",
"main": "ccxt.es5.js",
"repository": {
Expand Down

0 comments on commit 6eb41f2

Please sign in to comment.