Skip to content

Commit

Permalink
chore: release 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed Sep 2, 2020
1 parent c60246e commit 638f95a
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 = "webview_deno"
version = "0.4.5"
version = "0.4.6"
authors = ["Elias Sj枚green", "Filippo Rossi"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plugin.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Plug, deferred } from "./deps.ts";

const VERSION = "0.4.5";
const VERSION = "0.4.6";

export const PLUGIN_URL_BASE = Deno.env.get("WEBVIEW_DENO_PLUGIN_BASE") ||
`https://github.com/webview/webview_deno/releases/download/${VERSION}/`;
Expand Down

0 comments on commit 638f95a

Please sign in to comment.