Skip to content

Commit 5f5310f

Browse files
committed
release 0.9.0-rc.1
1 parent 9356081 commit 5f5310f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bevy_http_client"
33
description = "A simple HTTP client for Bevy"
4-
version = "0.8.3"
4+
version = "0.9.0-rc.1"
55
edition = "2021"
66
readme = "README.md"
77
homepage = "https://crates.io/crates/bevy_http_client"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ fn handle_error(mut ev_error: MessageReader<TypedResponseError<IpInfo>>) {
6161

6262
| bevy | bevy_http_client |
6363
|------|------------------|
64+
| 0.17 | 0.9.0 |
6465
| 0.16 | 0.8.3 |
6566
| 0.15 | 0.7 |
6667
| 0.14 | 0.6 |

0 commit comments

Comments
 (0)