Skip to content

Commit

Permalink
Bump bevy_atmosphere_macros to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Feb 23, 2024
1 parent 0fea12d commit 6ff152b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6ff152b

Please sign in to comment.