Skip to content

Commit 3b6f726

Browse files
authored
Merge pull request #75 from JoJoJet/release-notes
chore: Release
2 parents 95eb665 + 33f8222 commit 3b6f726

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bevy_app = "0.15"
1212
bevy_core = "0.15"
1313

1414
# proc macro
15-
bevy-trait-query-impl = { version = "0.6.0", path = "./bevy-trait-query-impl" }
15+
bevy-trait-query-impl = { version = "0.7.0", path = "./bevy-trait-query-impl" }
1616
proc-macro2 = "1"
1717
syn = { version = "2", features = ["full"] }
1818
quote = "1"

bevy-trait-query-impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy-trait-query-impl"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55

66
description = "Procedural macro for `bevy-trait-query`"

bevy-trait-query/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy-trait-query"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)