diff --git a/Cargo.lock b/Cargo.lock index e4cd596..d7a007d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,7 +443,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jusix" -version = "0.1.13" +version = "0.1.14" dependencies = [ "serde", "swc_core", diff --git a/Cargo.toml b/Cargo.toml index baa5606..a408321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jusix" -version = "0.1.13" +version = "0.1.14" 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 e61c298..ab2ead2 100755 Binary files a/jusix.wasm and b/jusix.wasm differ diff --git a/package.json b/package.json index 161a39d..b2ef1f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jusix", - "version": "0.1.13", + "version": "0.1.14", "description": "", "author": "", "license": "ISC",