Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Jun 25, 2022
1 parent 2530b00 commit a7bf233
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ffi.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CachePolicy, download, join, prepare } from "../deps.ts";

const version = "0.7.0-pre.3";
const version = "0.7.0";
const policy = Deno.env.get("PLUGIN_URL") === undefined
? CachePolicy.STORE
: CachePolicy.NONE;
Expand Down

0 comments on commit a7bf233

Please sign in to comment.