From f53d3581becf00f775624243b72f47cd9ba2e135 Mon Sep 17 00:00:00 2001 From: IceSentry Date: Fri, 26 Jan 2024 14:05:08 -0500 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3617d88..8ac3fa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "bevy_polyline" -version = "0.7.0" +version = "0.8.0" description = "Polyline Rendering for Bevy" license = "MIT OR Apache-2.0" repository = "https://github.com/ForesightMiningSoftwareCorporation/bevy_polyline"