From da7a482d44b87e978e6d4b5dbd17b65cf774c8d9 Mon Sep 17 00:00:00 2001 From: Noah Date: Mon, 18 Dec 2023 18:52:07 -0800 Subject: [PATCH] Prepare 0.10.0 --- crates/yewdux-macros/Cargo.toml | 2 +- crates/yewdux-utils/Cargo.toml | 2 +- crates/yewdux/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/yewdux-macros/Cargo.toml b/crates/yewdux-macros/Cargo.toml index de16b8d..cb5ff67 100644 --- a/crates/yewdux-macros/Cargo.toml +++ b/crates/yewdux-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewdux-macros" -version = "0.9.3" +version = "0.10.0" authors = ["Noah "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/crates/yewdux-utils/Cargo.toml b/crates/yewdux-utils/Cargo.toml index b2ae8a2..b54a3e1 100644 --- a/crates/yewdux-utils/Cargo.toml +++ b/crates/yewdux-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewdux-utils" -version = "0.9.3" +version = "0.10.0" authors = ["Noah "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/crates/yewdux/Cargo.toml b/crates/yewdux/Cargo.toml index cafa3a8..69d5eb9 100644 --- a/crates/yewdux/Cargo.toml +++ b/crates/yewdux/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewdux" -version = "0.9.3" +version = "0.10.0" authors = ["Noah "] edition = "2021" license = "MIT OR Apache-2.0"