Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed May 8, 2024
1 parent 69e14e1 commit 3b1c978
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happy-js/happy-rusty",
"version": "1.0.6",
"version": "1.0.7",
"exports": "./src/mod.ts",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "Porting some excellent design implementations from Rust to JavaScript.",
"author": "jiang115jie@gmail.com",
"license": "GPL-3.0",
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"source": "./src/mod.ts",
"main": "./dist/main.cjs",
Expand Down

0 comments on commit 3b1c978

Please sign in to comment.