From 2456d0eaa6131660953bd4bf996b1c282fd4a8b5 Mon Sep 17 00:00:00 2001 From: Kaede Hoshikawa Date: Sun, 15 Oct 2023 11:59:15 +0900 Subject: [PATCH] Prepare release v0.9.0 (#93) --- book-src/README.md | 2 +- crates/bounce-macros/Cargo.toml | 2 +- crates/bounce/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/book-src/README.md b/book-src/README.md index f1371f8..85b7b66 100644 --- a/book-src/README.md +++ b/book-src/README.md @@ -67,7 +67,7 @@ cargo add bounce You can also add it to the `Cargo.toml` of your project manually: ```toml -bounce = "0.7" +bounce = "0.9" ``` ## Getting Started diff --git a/crates/bounce-macros/Cargo.toml b/crates/bounce-macros/Cargo.toml index 9107b70..6f350e9 100644 --- a/crates/bounce-macros/Cargo.toml +++ b/crates/bounce-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bounce-macros" -version = "0.8.0" +version = "0.9.0" edition = "2021" repository = "https://github.com/bounce-rs/bounce" authors = ["Kaede Hoshiakwa "] diff --git a/crates/bounce/Cargo.toml b/crates/bounce/Cargo.toml index c9342df..cb05b69 100644 --- a/crates/bounce/Cargo.toml +++ b/crates/bounce/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bounce" -version = "0.8.0" +version = "0.9.0" edition = "2021" repository = "https://github.com/bounce-rs/bounce" authors = ["Kaede Hoshiakwa "] @@ -17,7 +17,7 @@ anymap2 = "0.13.0" once_cell = "1.18.0" wasm-bindgen = "0.2.87" yew = "0.21" -bounce-macros = { path = "../bounce-macros", version = "0.8.0" } +bounce-macros = { path = "../bounce-macros", version = "0.9.0" } futures = "0.3.28" async-trait = { version = "0.1.68", optional = true }