Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 59cdf25

Browse files
authored
Bump versions (#31)
1 parent 160a389 commit 59cdf25

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "2"
66

77
[package]
88
name = "bevy_eventlistener"
9-
version = "0.8.0-rc.0"
9+
version = "0.8.0"
1010
edition = "2021"
1111
description = "Event listeners and callbacks for bevy"
1212
license = "MIT OR Apache-2.0"
@@ -15,14 +15,14 @@ keywords = ["gamedev", "bevy", "eventlistener", "callbacks"]
1515
categories = ["game-engines", "rendering"]
1616

1717
[dependencies]
18-
bevy_eventlistener_derive = { path = "macros", version = "0.8.0-rc.0" }
19-
bevy_ecs = "0.14.0-rc.2"
20-
bevy_app = "0.14.0-rc.2"
21-
bevy_utils = "0.14.0-rc.2"
22-
bevy_hierarchy = "0.14.0-rc.2"
18+
bevy_eventlistener_derive = { path = "macros", version = "0.8.0" }
19+
bevy_ecs = "0.14.0"
20+
bevy_app = "0.14.0"
21+
bevy_utils = "0.14.0"
22+
bevy_hierarchy = "0.14.0"
2323

2424
[dev-dependencies]
25-
bevy = { version = "0.14.0-rc.2", default-features = false, features = [
25+
bevy = { version = "0.14.0", default-features = false, features = [
2626
"bevy_winit",
2727
"x11",
2828
] }

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_eventlistener_derive"
3-
version = "0.8.0-rc.0"
3+
version = "0.8.0"
44
edition = "2021"
55
description = "Event listeners and callbacks for bevy"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)