diff --git a/Cargo.toml b/Cargo.toml index 3608ec7..f176ee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bevy = { version = "0.13", default-features = false, features = [ "bevy_render", "bevy_pbr", ] } -bevy_atmosphere_macros = { path = "macros", version = "0.4" } +bevy_atmosphere_macros = { path = "macros", version = "0.5" } cfg-if = "1.0" [dev-dependencies] diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 1052de2..a70c0a3 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.4.0" +version = "0.5.0" edition = "2021" authors = ["JonahPlusPlus <33059163+JonahPlusPlus@users.noreply.github.com>"] license = "MIT OR Apache-2.0"