Skip to content

Commit

Permalink
2.4.18
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Dec 15, 2022
1 parent 558960b commit 0c1debc
Show file tree
Hide file tree
Showing 19 changed files with 1,275 additions and 305 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -208,13 +208,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.4.17/dist/ccxt.browser.js
* unpkg: https://unpkg.com/ccxt@2.4.17/dist/ccxt.browser.js
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@2.4.18/dist/ccxt.browser.js
* unpkg: https://unpkg.com/ccxt@2.4.18/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.4.17/dist/ccxt.browser.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@2.4.18/dist/ccxt.browser.js"></script>
```

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

const version = '2.4.17'
const version = '2.4.18'

Exchange.ccxtVersion = version

Expand Down

0 comments on commit 0c1debc

Please sign in to comment.