Skip to content

Commit

Permalink
v0.1.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed Aug 30, 2020
1 parent bdacd19 commit 812547a
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 @@ -11,7 +11,7 @@ if (denoNativePluginPath) {
// Open native plugin and register the native `parse` function
Deno.openPlugin(denoNativePluginPath);
} else {
const releaseUrl = "https://github.com/b-fuze/deno-dom/releases/download/v0.1.1-alpha2";
const releaseUrl = "https://github.com/b-fuze/deno-dom/releases/download/v0.1.2-alpha";
const pluginOptions: PerpareOptions = {
name: "test_plugin",

Expand Down

0 comments on commit 812547a

Please sign in to comment.