Skip to content

Commit

Permalink
Merge pull request #75 from JoJoJet/release-notes
Browse files Browse the repository at this point in the history
chore: Release
  • Loading branch information
RobWalt authored Dec 5, 2024
2 parents 95eb665 + 33f8222 commit 3b6f726
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bevy_app = "0.15"
bevy_core = "0.15"

# proc macro
bevy-trait-query-impl = { version = "0.6.0", path = "./bevy-trait-query-impl" }
bevy-trait-query-impl = { version = "0.7.0", path = "./bevy-trait-query-impl" }
proc-macro2 = "1"
syn = { version = "2", features = ["full"] }
quote = "1"
Expand Down
2 changes: 1 addition & 1 deletion bevy-trait-query-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-trait-query-impl"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

description = "Procedural macro for `bevy-trait-query`"
Expand Down
2 changes: 1 addition & 1 deletion bevy-trait-query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-trait-query"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

description = "Implementation of trait queries for the bevy game engine"
Expand Down

0 comments on commit 3b6f726

Please sign in to comment.