Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed Aug 6, 2024
1 parent 5083254 commit d0464ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@happy-js/happy-opfs",
"version": "1.6.0",
"version": "1.6.1",
"exports": "./src/mod.ts",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A browser-compatible fs module inspired by the Deno fs and @std/fs APIs, based on OPFS implementation.",
"author": "[email protected]",
"license": "GPL-3.0",
"version": "1.6.0",
"version": "1.6.1",
"type": "module",
"source": "src/mod.ts",
"main": "dist/main.cjs",
Expand Down

0 comments on commit d0464ed

Please sign in to comment.