diff --git a/Cargo.toml b/Cargo.toml index b3e0074..9992952 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "bevy_polyline" -version = "0.8.1" +version = "0.9.0" description = "Polyline Rendering for Bevy" license = "MIT OR Apache-2.0" repository = "https://github.com/ForesightMiningSoftwareCorporation/bevy_polyline" diff --git a/README.md b/README.md index ecc0b54..2ca84ab 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ We intend to track the `main` branch of Bevy. PRs supporting this are welcome! | bevy | bevy_polyline | | ---- | ------------- | +| 0.13 | 0.9 | | 0.12 | 0.8 | | 0.11 | 0.7 | | 0.10 | 0.5, 0.6 |