diff --git a/Cargo.lock b/Cargo.lock index 31f1ec2..902abab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1412,7 +1412,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swc-plugin-inferno" -version = "1.0.0" +version = "2.0.0" dependencies = [ "base64 0.22.1", "rayon", diff --git a/Cargo.toml b/Cargo.toml index c2c726d..ca22522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "MIT" name = "swc-plugin-inferno" repository = "https://github.com/infernojs/swc-plugin-inferno.git" -version = "1.0.0" +version = "2.0.0" [lib] crate-type = ["cdylib", "rlib"] diff --git a/package.json b/package.json index e4fc00b..9b2feee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swc-plugin-inferno", - "version": "1.0.0", + "version": "2.0.0", "description": "Inferno JSX plugin for SWC `@swc/core`", "main": "swc_plugin_inferno.wasm", "files": [