From b931d0b67aa6da9bdee54a65c76897762a583b90 Mon Sep 17 00:00:00 2001 From: Darren Griffin Date: Wed, 8 Nov 2023 14:27:50 +0000 Subject: [PATCH] MOD: Update CDN version --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>