From 281b9d1484de81d5e0b365f485b7ec4d679241ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sampo=20Kivist=C3=B6?= Date: Sat, 30 Dec 2023 14:33:48 +0200 Subject: [PATCH] 0.0.16 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a730d87..bdcff3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1267,7 +1267,7 @@ dependencies = [ [[package]] name = "swc-plugin-inferno" -version = "0.0.15" +version = "0.0.16" dependencies = [ "base64", "dashmap", diff --git a/Cargo.toml b/Cargo.toml index e9a9069..83e66b1 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 = "0.0.15" +version = "0.0.16" [lib] crate-type = ["cdylib", "rlib"] diff --git a/package.json b/package.json index e3bad03..380abe9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swc-plugin-inferno", - "version": "0.0.15", + "version": "0.0.16", "description": "Inferno JSX plugin for SWC `@swc/core`", "main": "swc_plugin_inferno.wasm", "files": [