From acdf87af6392603faa391b343eaf2de953cfe66b Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Sat, 6 Jul 2024 01:22:47 +0300 Subject: [PATCH] Bump bevy_atmosphere_macros to 0.6.0 --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ccdc681..a900cab 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_atmosphere_macros" description = "Proc macros for bevy_atmosphere" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["JonahPlusPlus <33059163+JonahPlusPlus@users.noreply.github.com>"] license = "MIT OR Apache-2.0"