diff --git a/Cargo.toml b/Cargo.toml index 36d5d6b..a75cf4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tsify-next" -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = [ "Madono Haru ", @@ -14,7 +14,7 @@ keywords = ["wasm", "wasm-bindgen", "typescript"] categories = ["wasm"] [dependencies] -tsify-next-macros = { path = "tsify-next-macros", version = "0.5.2" } +tsify-next-macros = { path = "tsify-next-macros", version = "0.5.3" } wasm-bindgen = { version = "0.2.86", optional = true } serde = { version = "1.0", optional = true } serde_json = { version = "1.0", optional = true } diff --git a/README.md b/README.md index a794088..13f4db2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Click to show Cargo.toml. ```toml [dependencies] -tsify-next = "0.5.2" +tsify-next = "0.5.3" serde = { version = "1.0", features = ["derive"] } wasm-bindgen = { version = "0.2" } ``` diff --git a/tsify-next-macros/Cargo.toml b/tsify-next-macros/Cargo.toml index 55cb04e..c79ad19 100644 --- a/tsify-next-macros/Cargo.toml +++ b/tsify-next-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tsify-next-macros" -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = [ "Madono Haru ",