From 80dda389a5f0497377120008a862b633e207936a Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Fri, 20 Dec 2024 20:52:02 +0200 Subject: [PATCH] Bump version to 0.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec1c945..3ef8c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_atmosphere" description = "A procedural sky plugin for bevy" -version = "0.12.0" +version = "0.12.1" edition = "2021" authors = ["JonahPlusPlus <33059163+JonahPlusPlus@users.noreply.github.com>"] license = "MIT OR Apache-2.0"