Skip to content

Commit

Permalink
Prepare release v0.9.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Oct 15, 2023
1 parent 45d0b3c commit 2456d0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion book-src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/bounce-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <futursolo@icloud.com>"]
Expand Down
4 changes: 2 additions & 2 deletions crates/bounce/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <futursolo@icloud.com>"]
Expand All @@ -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 }
Expand Down

0 comments on commit 2456d0e

Please sign in to comment.