From 0c949603b86afe3e4cc3a6e009785dd8f1847b2e Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Fri, 13 Dec 2024 00:15:50 +0200 Subject: [PATCH] Bump version to 0.12.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8691f02..ec1c945 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_atmosphere" description = "A procedural sky plugin for bevy" -version = "0.11.0" +version = "0.12.0" edition = "2021" authors = ["JonahPlusPlus <33059163+JonahPlusPlus@users.noreply.github.com>"] license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 72e309d..802fafc 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ For more information on the technicalities, you can check out the [technical doc | bevy | bevy_atmosphere | |------|-----------------| -| 0.15 | 0.11 | +| 0.15 | 0.11-0.12 | | 0.14 | 0.10 | | 0.13 | 0.9 | | 0.12 | 0.8 |