From a91205af5938d8638bf70a5291fb495dcd6017d0 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Wed, 10 Jul 2024 12:03:32 +0200 Subject: [PATCH] chore: Release bevy_lospec version 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70a4df1..be5381b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["gamedev", "bevy", "palette"] license = "MIT OR Apache-2.0" name = "bevy_lospec" repository = "https://github.com/johanhelsing/bevy_lospec" -version = "0.7.0" +version = "0.8.0" [dependencies] thiserror = "1.0"