Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgi388 authored and jakobhellermann committed Aug 11, 2024
1 parent c29b77a commit b113a78
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.25.0"
version = "0.25.1"
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.25.0"
version = "0.25.1"
edition = "2021"
repository = "https://github.com/jakobhellermann/bevy-inspector-egui/"
readme = "README.md"
Expand All @@ -23,7 +23,7 @@ egui_open_url = ["bevy_egui/open_url"]
highlight_changes = []

[dependencies]
bevy-inspector-egui-derive = { version = "0.25.0", path = "../bevy-inspector-egui-derive" }
bevy-inspector-egui-derive = { version = "0.25.1", path = "../bevy-inspector-egui-derive" }
bevy_app = { version = "0.14.0" }
bevy_asset = { version = "0.14.0" }
bevy_color = { version = "0.14.0" }
Expand Down

0 comments on commit b113a78

Please sign in to comment.