diff --git a/Cargo.lock b/Cargo.lock index dad3470..4808b99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,7 +443,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jusix" -version = "0.1.21" +version = "0.1.23" dependencies = [ "serde", "swc_core", diff --git a/Cargo.toml b/Cargo.toml index 130c4e1..e6c5f45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jusix" -version = "0.1.21" +version = "0.1.23" 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 b08f689..6abdbdd 100755 Binary files a/jusix.wasm and b/jusix.wasm differ diff --git a/package.json b/package.json index f55c561..f1fd76c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jusix", - "version": "0.1.22", + "version": "0.1.23", "description": "", "author": "", "license": "ISC",