Skip to content

Commit

Permalink
Update demo to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Oct 5, 2024
1 parent 6b681db commit 9bf43f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo/assets/js/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { register } from "https://unpkg.com/[email protected].5/index.mjs";
import { register } from "https://unpkg.com/[email protected].6/index.mjs";

function main() {
register("https://unpkg.com/[email protected].5/worklet.min.js");
register("https://unpkg.com/[email protected].6/worklet.min.js");
}

main();
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
async
></script>
<link
href="https://unpkg.com/[email protected].3/index.css"
href="https://unpkg.com/[email protected].6/index.css"
rel="stylesheet"
/>
<link
Expand Down

0 comments on commit 9bf43f4

Please sign in to comment.