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 @@
<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>