diff --git a/Cargo.lock b/Cargo.lock index 37f3649..095380a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,7 +443,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jusix" -version = "0.1.16" +version = "0.1.17" dependencies = [ "serde", "swc_core", diff --git a/Cargo.toml b/Cargo.toml index 2657aef..f16fb08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jusix" -version = "0.1.16" +version = "0.1.17" edition = "2021" description = "An SWC plugin that enables embedded JSX reactivity and $() shortcut function for UIX" license = "MIT" diff --git a/jusix.wasm b/jusix.wasm index 1c9da81..2724243 100755 Binary files a/jusix.wasm and b/jusix.wasm differ diff --git a/package.json b/package.json index 7431ba0..a41d778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jusix", - "version": "0.1.16", + "version": "0.1.17", "description": "", "author": "", "license": "ISC",