From 38cce7fed25df52a3ad30cf9480dc94facc02570 Mon Sep 17 00:00:00 2001 From: Noah Date: Sun, 30 Oct 2022 17:38:33 -0700 Subject: [PATCH] Update minor version --- 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 dab00e2..d40bb71 100644 --- a/crates/yewdux-macros/Cargo.toml +++ b/crates/yewdux-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewdux-macros" -version = "0.8.0" +version = "0.8.2" authors = ["Noah "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/crates/yewdux/Cargo.toml b/crates/yewdux/Cargo.toml index a7bec0a..fb14554 100644 --- a/crates/yewdux/Cargo.toml +++ b/crates/yewdux/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewdux" -version = "0.8.0" +version = "0.8.2" authors = ["Noah "] edition = "2021" license = "MIT OR Apache-2.0"