Skip to content

Commit c662534

Browse files
committed
chore: Release
1 parent 2d5c323 commit c662534

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bevy_ecs = "0.16.0"
1414
bevy_app = "0.16.0"
1515

1616
# proc macro
17-
bevy-trait-query-impl = { version = "0.7.0", path = "./bevy-trait-query-impl" }
17+
bevy-trait-query-impl = { version = "0.16.0", path = "./bevy-trait-query-impl" }
1818
proc-macro2 = "1"
1919
syn = { version = "2", features = ["full"] }
2020
quote = "1"

bevy-trait-query-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy-trait-query-impl"
3-
version = "0.7.0"
3+
version = "0.16.0"
44
edition.workspace = true
55

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

bevy-trait-query/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy-trait-query"
3-
version = "0.7.0"
3+
version = "0.16.0"
44
edition.workspace = true
55

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

0 commit comments

Comments
 (0)