Skip to content

Commit

Permalink
fix: point releaseUrl to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
satyarohith committed Mar 11, 2020
1 parent 823c806 commit 11baf05
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 } from "https://deno.land/x/plugin_prepare/mod.ts";

const releaseUrl =
"https://github.com/eliassjogreen/deno_webview/releases/download/0.1.2";
"https://github.com/eliassjogreen/deno_webview/releases/download/0.1.1";

const plugin = await prepare({
name: "deno_webview",
Expand Down

0 comments on commit 11baf05

Please sign in to comment.