diff --git a/jsr.json b/jsr.json index 84f87b5..faa4001 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@happy-js/happy-opfs", - "version": "1.0.7", + "version": "1.0.8", "exports": "./src/mod.ts", "publish": { "include": [ diff --git a/package.json b/package.json index a42e47f..631a030 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "A browser-compatible fs module inspired by the Deno fs and @std/fs APIs, based on OPFS implementation.", "author": "jiang115jie@gmail.com", "license": "GPL-3.0", - "version": "1.0.7", + "version": "1.0.8", "type": "module", "source": "src/mod.ts", "main": "dist/main.cjs",