diff --git a/Cargo.lock b/Cargo.lock index 095380a..87a8450 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,7 +443,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jusix" -version = "0.1.17" +version = "0.1.18" dependencies = [ "serde", "swc_core", diff --git a/Cargo.toml b/Cargo.toml index f16fb08..8df75ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jusix" -version = "0.1.17" +version = "0.1.18" 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 2724243..2a780b1 100755 Binary files a/jusix.wasm and b/jusix.wasm differ diff --git a/package.json b/package.json index a41d778..7816206 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jusix", - "version": "0.1.17", + "version": "0.1.18", "description": "", "author": "", "license": "ISC",