We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f228685 commit ed1b830Copy full SHA for ed1b830
src/ffi.ts
@@ -1,7 +1,7 @@
1
import { CachePolicy, download, join, prepare } from "../deps.ts";
2
import { Webview } from "./webview.ts";
3
4
-const version = "0.7.2";
+const version = "0.7.3";
5
const policy = Deno.env.get("PLUGIN_URL") === undefined
6
? CachePolicy.STORE
7
: CachePolicy.NONE;
0 commit comments