Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed Aug 1, 2024
1 parent 6fa7485 commit 4199057
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-rusty",
"version": "1.1.2",
"version": "1.2.0",
"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": "Porting some excellent design implementations from Rust to JavaScript.",
"author": "jiang115jie@gmail.com",
"license": "GPL-3.0",
"version": "1.1.2",
"version": "1.2.0",
"type": "module",
"source": "src/mod.ts",
"main": "dist/main.cjs",
Expand Down

0 comments on commit 4199057

Please sign in to comment.