From 5446e39ee6d1042f650ae9ec4fe1cd49d78c10bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 9 Jul 2023 23:50:04 +0200 Subject: [PATCH] version 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9e5c86..065d1ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_embedded_assets" -version = "0.7.0" +version = "0.8.0" authors = ["François Mockers "] edition = "2021" license = "MIT OR Apache-2.0"