We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd01a92 commit 1d96511Copy full SHA for 1d96511
plugin.ts
@@ -1,7 +1,7 @@
1
import { prepare } from "https://deno.land/x/plugin_prepare/mod.ts";
2
3
const releaseUrl =
4
- "https://github.com/eliassjogreen/deno_webview/releases/download/0.1.1";
+ "https://github.com/eliassjogreen/deno_webview/releases/download/0.1.2";
5
6
const plugin = await prepare({
7
name: "deno_webview",
0 commit comments