Skip to content

Commit

Permalink
Push version to 0.5 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrea-c authored Jul 21, 2024
1 parent 1f58272 commit 2422357
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
17 changes: 10 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*", "examples/*"]
resolver = "2"

[workspace.package]
version = "0.4.0"
version = "0.5.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ This project is divided in two crates:

| `bevy` | `bevy_animation_graph` | `bevy_animation_graph_editor` |
| ------ | ---------------------- | ----------------------------- |
| 0.14 | 0.5 | 0.5 |
| 0.13 | 0.4 | 0.4 |
| 0.13 | 0.3 | 0.3 |
| 0.12 | 0.2 | 0.2 |
Expand Down
8 changes: 3 additions & 5 deletions crates/bevy_animation_graph_editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ keywords = ["bevy", "animation", "gamedev", "editor", "graph"]
bevy = { workspace = true, features = ["file_watcher"] }
ron = { workspace = true }
derivative = "2.2.0"
bevy_animation_graph = { version = "0.4.0", path = "../bevy_animation_graph" }
bevy_animation_graph = { version = "0.5.0", path = "../bevy_animation_graph" }
clap = { version = "4.4.18", features = ["derive"] }
# TODO: wait for crates.io release
bevy-inspector-egui = { git = "https://github.com/jakobhellermann/bevy-inspector-egui.git" }
bevy-inspector-egui = { version = "0.25" }
egui_dock = "0.13"
# TODO: wait for crates.io release
egui-notify = { git = "https://github.com/ItsEthra/egui-notify.git" }
egui-notify = { version = "0.15" }

0 comments on commit 2422357

Please sign in to comment.