diff --git a/jsr.json b/jsr.json index 0474912..43b22cb 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@happy-js/happy-rusty", - "version": "1.3.2", + "version": "1.4.0", "exports": "./src/mod.ts", "publish": { "include": [ diff --git a/package.json b/package.json index 1c7e223..530fb5f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Porting some excellent design implementations from Rust to JavaScript.", "author": "jiang115jie@gmail.com", "license": "GPL-3.0", - "version": "1.3.2", + "version": "1.4.0", "type": "module", "source": "src/mod.ts", "main": "dist/main.cjs",