Skip to content

Commit a9a3d8b

Browse files
committed
chore: Release
1 parent 8ecacdf commit a9a3d8b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bevy_ecs = { version = "0.18.0" }
1515
tracing = { version = "0.1.41" }
1616

1717
# proc macro
18-
bevy-trait-query-impl = { path = "./bevy-trait-query-impl", version = "0.17.3" }
18+
bevy-trait-query-impl = { path = "./bevy-trait-query-impl", version = "0.18.0" }
1919
proc-macro-crate = { version = "3.4.0" }
2020
proc-macro2 = { version = "1.0.103" }
2121
quote = { version = "1.0.42" }

bevy-trait-query-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = { workspace = true }
66
license = { workspace = true }
77
name = "bevy-trait-query-impl"
88
repository = { workspace = true }
9-
version = "0.17.3"
9+
version = "0.18.0"
1010

1111
[lib]
1212
proc-macro = true

bevy-trait-query/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = { workspace = true }
66
license = { workspace = true }
77
name = "bevy-trait-query"
88
repository = { workspace = true }
9-
version = "0.17.3"
9+
version = "0.18.0"
1010

1111
[features]
1212
default = ["bevy_app"]

0 commit comments

Comments
 (0)