From 6acf932cc9e3209ff9013c1f6c7491e0ff56547f Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Mon, 14 Feb 2022 13:03:56 -0800 Subject: [PATCH] Release 0.6.1 --- Cargo.toml | 2 +- crates/bevy_crevice/Cargo.toml | 2 +- crates/bevy_ecs/Cargo.toml | 2 +- crates/bevy_pbr/Cargo.toml | 2 +- crates/bevy_render/Cargo.toml | 2 +- crates/bevy_ui/Cargo.toml | 2 +- crates/bevy_winit/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd9e585c39..d498a171b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy" -version = "0.6.0" +version = "0.6.1" edition = "2021" categories = ["game-engines", "graphics", "gui", "rendering"] description = "A refreshingly simple data-driven game engine and app framework" diff --git a/crates/bevy_crevice/Cargo.toml b/crates/bevy_crevice/Cargo.toml index fe6c6114b2..5ebbe062fc 100644 --- a/crates/bevy_crevice/Cargo.toml +++ b/crates/bevy_crevice/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_crevice" description = "Create GLSL-compatible versions of structs with explicitly-initialized padding (Bevy version)" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["Lucien Greathouse "] documentation = "https://docs.rs/crevice" diff --git a/crates/bevy_ecs/Cargo.toml b/crates/bevy_ecs/Cargo.toml index 86e379dfb2..3edfe9bbc3 100644 --- a/crates/bevy_ecs/Cargo.toml +++ b/crates/bevy_ecs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_ecs" -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "Bevy Engine's entity component system" homepage = "https://bevyengine.org" diff --git a/crates/bevy_pbr/Cargo.toml b/crates/bevy_pbr/Cargo.toml index 4790bb75ab..53e5245283 100644 --- a/crates/bevy_pbr/Cargo.toml +++ b/crates/bevy_pbr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_pbr" -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "Adds PBR rendering to Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index 765d5b94e3..ab474517d5 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_render" -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "Provides rendering functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_ui/Cargo.toml b/crates/bevy_ui/Cargo.toml index 6954fa9d1b..a1eb16c99b 100644 --- a/crates/bevy_ui/Cargo.toml +++ b/crates/bevy_ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_ui" -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "A custom ECS-driven UI framework built specifically for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 6ceb66a9f5..a48b1b38d6 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_winit" -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "A winit window and input backend for Bevy Engine" homepage = "https://bevyengine.org"