Skip to content

Commit

Permalink
chore: update native artifact URL
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed Oct 7, 2023
1 parent f05a381 commit 19124b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno-dom-native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (denoNativePluginPath) {
dylib = await dlopen({
name,
url:
"https://github.com/b-fuze/deno-dom/releases/download/v0.1.35-alpha-artifacts/",
"https://github.com/b-fuze/deno-dom/releases/download/v0.1.41-alpha-artifacts/",
}, symbols);
}

Expand Down

0 comments on commit 19124b9

Please sign in to comment.