Skip to content

Commit

Permalink
edited example.js for runkit
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jul 22, 2017
1 parent 8286781 commit 5f04757
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.25'
var version = '1.1.27'
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.25';
$version = '1.1.27';

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.25'
__version__ = '1.1.27'

# Python 2 & 3
import base64
Expand Down

0 comments on commit 5f04757

Please sign in to comment.