Skip to content

Commit

Permalink
chore: update native asset URL
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed Nov 7, 2021
1 parent 0f8432b commit e80f9f0
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 @@ -29,7 +29,7 @@ if (denoNativePluginPath) {
// Download the plugin
dylib = await Plug.prepare({
name: "plugin",
url: "https://github.com/b-fuze/deno-dom/releases/download/v0.1.12-alpha/",
url: "https://github.com/b-fuze/deno-dom/releases/download/v0.1.17-alpha/",
}, symbols);
}

Expand Down

0 comments on commit e80f9f0

Please sign in to comment.