Skip to content

Commit

Permalink
feat: ⬆️ New release
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Jun 12, 2020
1 parent 9b951b5 commit 74f989f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { prepare, deferred } from "./deps.ts";

export const PLUGIN_URL_BASE = Deno.env.get("DENO_WEBVIEW_PLUGIN_BASE") ||
"https://github.com/eliassjogreen/deno_webview/releases/download/0.4.1";
"https://github.com/eliassjogreen/deno_webview/releases/download/0.4.2";
const PLUGIN_URL = Deno.env.get("DENO_WEBVIEW_PLUGIN");
const DEBUG = Boolean(Deno.env.get("DENO_WEBVIEW_DEBUG"));

Expand Down

0 comments on commit 74f989f

Please sign in to comment.