From 0eabbad7284ef151fba5170df345fee7273ea2c9 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Fri, 23 Feb 2024 11:37:19 +0100 Subject: [PATCH] chore: Release noisy_bevy version 0.6.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d482c70..50254e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [ @@ -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" \ No newline at end of file +insta = "1.21"