From f209bd0da350b609e02d0d3ec09c782fbeac68ce Mon Sep 17 00:00:00 2001 From: eliassjogreen Date: Sat, 16 May 2020 14:05:56 +0200 Subject: [PATCH] Update version --- Cargo.toml | 2 +- plugin.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57f58da..4a664d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_webview" -version = "0.4.0" +version = "0.4.1" authors = ["Elias Sjögreen "] edition = "2018" diff --git a/plugin.ts b/plugin.ts index de36b15..6817257 100644 --- a/plugin.ts +++ b/plugin.ts @@ -6,7 +6,7 @@ const MSHTML = Deno.env.get("MSHTML"); const IS_MSHTML = MSHTML !== undefined; const PLUGIN_PATH = IS_DEV ? DEV - : "https://github.com/eliassjogreen/deno_webview/releases/download/0.4.0"; + : "https://github.com/eliassjogreen/deno_webview/releases/download/0.4.1"; // @ts-ignore const core = Deno.core as {