diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..13bd277 Binary files /dev/null and b/.DS_Store differ diff --git a/src/ffi.ts b/src/ffi.ts index 3c8ce30..3a734d7 100644 --- a/src/ffi.ts +++ b/src/ffi.ts @@ -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;