diff --git a/macros/Cargo.toml b/macros/Cargo.toml index f6fc340..bac2bf3 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-web-component-macros" -version = "0.1.1" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/wasm-web-component/Cargo.toml b/wasm-web-component/Cargo.toml index 7403a9d..89c888d 100644 --- a/wasm-web-component/Cargo.toml +++ b/wasm-web-component/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-web-component" -version = "0.1.1" +version = "0.2.0" edition = "2021" [lib]