Skip to content

Commit 812547a

Browse files
committed
v0.1.2-alpha
1 parent bdacd19 commit 812547a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno-dom-native.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (denoNativePluginPath) {
1111
// Open native plugin and register the native `parse` function
1212
Deno.openPlugin(denoNativePluginPath);
1313
} else {
14-
const releaseUrl = "https://github.com/b-fuze/deno-dom/releases/download/v0.1.1-alpha2";
14+
const releaseUrl = "https://github.com/b-fuze/deno-dom/releases/download/v0.1.2-alpha";
1515
const pluginOptions: PerpareOptions = {
1616
name: "test_plugin",
1717

0 commit comments

Comments
 (0)