Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TGRCdev committed Jan 24, 2025
1 parent cf7a30b commit 60dd733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-butler"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
categories = ["game-development", "rust-patterns"]
description = "A crate for making Bevy systems more self-documenting"
Expand All @@ -12,7 +12,7 @@ rust-version = "1.82.0" # Follows bevy 0.15


[dependencies]
bevy-butler-proc-macro = { path = "./bevy-butler-proc-macro", version = "0.5.0" }
bevy-butler-proc-macro = { path = "./bevy-butler-proc-macro", version = "0.5.1" }
bevy_app = { version = "0.15.1", default-features = false }
bevy_ecs = { version = "0.15.1", default-features = false }
bevy_log = { version = "0.15.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion bevy-butler-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-butler-proc-macro"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
description = "Procedural macro definitions for bevy-butler"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 60dd733

Please sign in to comment.