From 812547afa9a67ea2aac54dd941e172d2a9614c7e Mon Sep 17 00:00:00 2001 From: b-fuze Date: Sun, 30 Aug 2020 09:50:34 -0400 Subject: [PATCH] v0.1.2-alpha --- deno-dom-native.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",