Skip to content

Commit 0bb78f2

Browse files
Bump Version after Release (#5576)
Bump version after release This PR has been auto-generated
1 parent 3d4a7f1 commit 0bb78f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_winit"
3-
version = "0.8.0"
3+
version = "0.9.0-dev"
44
edition = "2021"
55
description = "A winit window and input backend for Bevy Engine"
66
homepage = "https://bevyengine.org"
@@ -14,12 +14,12 @@ x11 = ["winit/x11"]
1414

1515
[dependencies]
1616
# bevy
17-
bevy_app = { path = "../bevy_app", version = "0.8.0" }
18-
bevy_ecs = { path = "../bevy_ecs", version = "0.8.0" }
19-
bevy_input = { path = "../bevy_input", version = "0.8.0" }
20-
bevy_math = { path = "../bevy_math", version = "0.8.0" }
21-
bevy_window = { path = "../bevy_window", version = "0.8.0" }
22-
bevy_utils = { path = "../bevy_utils", version = "0.8.0" }
17+
bevy_app = { path = "../bevy_app", version = "0.9.0-dev" }
18+
bevy_ecs = { path = "../bevy_ecs", version = "0.9.0-dev" }
19+
bevy_input = { path = "../bevy_input", version = "0.9.0-dev" }
20+
bevy_math = { path = "../bevy_math", version = "0.9.0-dev" }
21+
bevy_window = { path = "../bevy_window", version = "0.9.0-dev" }
22+
bevy_utils = { path = "../bevy_utils", version = "0.9.0-dev" }
2323

2424
# other
2525
winit = { version = "0.26.0", default-features = false }

0 commit comments

Comments
 (0)