diff --git a/deno-dom-native.ts b/deno-dom-native.ts index 08e473b..fd983cb 100644 --- a/deno-dom-native.ts +++ b/deno-dom-native.ts @@ -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",