Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed May 16, 2020
1 parent 99b777a commit f209bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_webview"
version = "0.4.0"
version = "0.4.1"
authors = ["Elias Sjögreen <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f209bd0

Please sign in to comment.