Skip to content

Commit

Permalink
chore: Release noisy_bevy version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Feb 23, 2024
1 parent a28cba9 commit 0eabbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["gamedev", "bevy", "noise", "pcg", "simplex_noise"]
license = "MIT"
name = "noisy_bevy"
repository = "https://github.com/johanhelsing/noisy_bevy"
version = "0.5.0"
version = "0.6.0"

[dependencies]
bevy = { version = "0.13", default-features = false, features = [
Expand All @@ -24,4 +24,4 @@ bevy = { version = "0.13", default-features = false, features = [
rand = "0.8"
bevy_egui = { version = "0.25", default-features = false, features = ["default_fonts"] }
bevy_pancam = { version = "0.11", features = ["bevy_egui"] }
insta = "1.21"
insta = "1.21"

0 comments on commit 0eabbad

Please sign in to comment.