From bb0112efd1ef8eab60405aba4f7b36f24f9b7468 Mon Sep 17 00:00:00 2001 From: Aevyrie Date: Mon, 24 Jun 2024 11:12:13 -0700 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 |