Skip to content

Commit

Permalink
publish 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhellermann committed Dec 27, 2023
1 parent e399be0 commit 84286a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/bevy-inspector-egui-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-inspector-egui-derive"
version = "0.21.0"
version = "0.22.0"
edition = "2021"
repository = "https://github.com/jakobhellermann/bevy-inspector-egui/"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions crates/bevy-inspector-egui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-inspector-egui"
version = "0.21.0"
version = "0.22.0"
edition = "2021"
repository = "https://github.com/jakobhellermann/bevy-inspector-egui/"
readme = "README.md"
Expand All @@ -20,7 +20,7 @@ default = ["bevy_pbr"]
highlight_changes = []

[dependencies]
bevy-inspector-egui-derive = { version = "0.21.0", path = "../bevy-inspector-egui-derive" }
bevy-inspector-egui-derive = { version = "0.22.0", path = "../bevy-inspector-egui-derive" }
bevy_app = { version = "0.12" }
bevy_asset = { version = "0.12" }
bevy_core = { version = "0.12" }
Expand Down

0 comments on commit 84286a5

Please sign in to comment.