Skip to content

Commit 9b503bd

Browse files
authored
Merge pull request #69 from JoJoJet/release-0.6-main-crate
chore: Release 0.6 main crate
2 parents ac1cda6 + 2eaddd1 commit 9b503bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bevy-trait-query/Cargo.toml

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

66
description = "Implementation of trait queries for the bevy game engine"
@@ -13,7 +13,7 @@ categories = ["game-development"]
1313
default = ["bevy_app", "bevy_core"]
1414

1515
[dependencies]
16-
bevy-trait-query-impl = { path = "../bevy-trait-query-impl" }
16+
bevy-trait-query-impl = { version = "0.6.0" }
1717
tracing.workspace = true
1818
bevy_ecs.workspace = true
1919
bevy_app = { workspace = true, optional = true}

0 commit comments

Comments
 (0)