Skip to content

Commit 9fc3c4e

Browse files
committed
Bump version
1 parent 4bf820c commit 9fc3c4e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bevy_rerecast_editor/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_rerecast_editor"
33
description = "Standalone editor for bevy_rerecast"
4-
version = "0.4.0"
4+
version = "0.4.1"
55
authors = { workspace = true }
66
edition = { workspace = true }
77
license = { workspace = true }

crates/bevy_rerecast_editor/src/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ fn ui_bundle() -> impl Bundle {
256256
..default()
257257
},
258258
ThemeBackgroundColor(tokens::WINDOW_BG),
259-
children![(StatusText, label("")), label("Rerecast Editor v0.4.0")],
259+
children![(StatusText, label("")), label("Rerecast Editor v0.4.1")],
260260
)
261261
],
262262
)

0 commit comments

Comments
 (0)