Skip to content

Commit ed1b830

Browse files
committed
chore: bump version
1 parent f228685 commit ed1b830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { CachePolicy, download, join, prepare } from "../deps.ts";
22
import { Webview } from "./webview.ts";
33

4-
const version = "0.7.2";
4+
const version = "0.7.3";
55
const policy = Deno.env.get("PLUGIN_URL") === undefined
66
? CachePolicy.STORE
77
: CachePolicy.NONE;

0 commit comments

Comments
 (0)