Skip to content

Commit

Permalink
Push version and add version table (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrea-c committed Mar 17, 2024
1 parent e6cca79 commit 98f1603
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*", "examples/*"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.3.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
Expand Down
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -88,6 +88,13 @@ This project is divided in two crates:
# use the --force flag to force reinstall
```

## Version table

| `bevy` | `bevy_animation_graph` | `bevy_animation_graph_editor` |
| ------ | ---------------------- | ----------------------------- |
| 0.13 | 0.3 | 0.3 |
| 0.12 | 0.2 | 0.2 |

## Usage and examples

The documentation in [docs.rs](https://docs.rs/bevy_animation_graph) contains an
Expand Down
2 changes: 1 addition & 1 deletion crates/bevy_animation_graph_editor/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ keywords = ["bevy", "animation", "gamedev", "editor", "graph"]
bevy = { workspace = true, features = ["file_watcher"] }
ron = { workspace = true }
derivative = "2.2.0"
bevy_animation_graph = { path = "../bevy_animation_graph/", version = "0.2.0" }
bevy_animation_graph = { path = "../bevy_animation_graph/", version = "0.3.0" }
clap = { version = "4.4.18", features = ["derive"] }
bevy-inspector-egui = "0.23"
egui_dock = "0.11"
Expand Down

0 comments on commit 98f1603

Please sign in to comment.