From c39293636d6e04ee501853d6fab1b462299ba5dc Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sun, 12 Nov 2023 20:04:08 -0500 Subject: [PATCH] maint: bump version to v0.2.0 --- macros/Cargo.toml | 2 +- wasm-web-component/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]