Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Dec 5, 2020
1 parent 4878a8a commit 8b49214
Show file tree
Hide file tree
Showing 16 changed files with 2,129 additions and 538 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -226,13 +226,13 @@ console.log (ccxt.exchanges) // print all available exchanges

All-in-one browser bundle (dependencies included), served from a CDN of your choice:

* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@2.0.2/dist/ccxt.browser.js
* unpkg: https://unpkg.com/ccxt@2.0.2/dist/ccxt.browser.js
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@2.0.3/dist/ccxt.browser.js
* unpkg: https://unpkg.com/ccxt@2.0.3/dist/ccxt.browser.js

CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.

```HTML
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@2.0.2/dist/ccxt.browser.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@2.0.3/dist/ccxt.browser.js"></script>
```

Creates a global `ccxt` object:
Expand Down
2 changes: 1 addition & 1 deletion ccxt.js
Expand Up @@ -35,7 +35,7 @@ const Exchange = require ('./js/base/Exchange')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '2.0.2'
const version = '2.0.3'

Exchange.ccxtVersion = version

Expand Down

0 comments on commit 8b49214

Please sign in to comment.