Skip to content

Commit

Permalink
chore: release 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed Jul 22, 2020
1 parent 6ef87b8 commit 315ef77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4"
version = "0.4.5"
authors = ["Elias Sjögreen", "Filippo Rossi"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { Plug } from "https://x.nest.land/plug@0.0.3/mod.ts";
export { Plug } from "https://x.nest.land/plug@0.0.4/mod.ts";
export { deferred } from "https://deno.land/std@0.61.0/async/mod.ts";
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.4";
const VERSION = "0.4.5";

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 315ef77

Please sign in to comment.