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