diff --git a/docs/index.html b/docs/index.html index cc285ef..382831a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -115,7 +115,7 @@

Get started

href="https://github.com/mrdarrengriffin/dsap/releases">GitHub or use the CDN:

- <script type="module">
    import {DSAP} from "https://cdn.jsdelivr.net/gh/mrdarrengriffin/dsap@0.0.3/dist/dsap.es.js";
    let dsap = new DSAP();
</script>
+ <script type="module">
    import {DSAP} from "https://cdn.jsdelivr.net/gh/mrdarrengriffin/dsap@0.0.5/dist/dsap.es.js";
    let dsap = new DSAP();
</script>