Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Jun 25, 2022
1 parent f228685 commit ed1b830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CachePolicy, download, join, prepare } from "../deps.ts";
import { Webview } from "./webview.ts";

const version = "0.7.2";
const version = "0.7.3";
const policy = Deno.env.get("PLUGIN_URL") === undefined
? CachePolicy.STORE
: CachePolicy.NONE;
Expand Down

0 comments on commit ed1b830

Please sign in to comment.