From ab7fd22805561e0e16fda7bf431c6265234a1ea9 Mon Sep 17 00:00:00 2001 From: Noah Date: Wed, 22 Feb 2023 16:27:21 -0800 Subject: [PATCH] Prepare 0.9.2 --- crates/yewdux-macros/Cargo.toml | 2 +- crates/yewdux/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/yewdux-macros/Cargo.toml b/crates/yewdux-macros/Cargo.toml index 47f187d..2239965 100644 --- a/crates/yewdux-macros/Cargo.toml +++ b/crates/yewdux-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewdux-macros" -version = "0.9.1" +version = "0.9.2" authors = ["Noah "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/crates/yewdux/Cargo.toml b/crates/yewdux/Cargo.toml index 760d05e..dd142e9 100644 --- a/crates/yewdux/Cargo.toml +++ b/crates/yewdux/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewdux" -version = "0.9.1" +version = "0.9.2" authors = ["Noah "] edition = "2021" license = "MIT OR Apache-2.0"