diff --git a/Cargo.toml b/Cargo.toml index b73e9cf0dc..7e44a1c0aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy" -version = "0.8.0" +version = "0.8.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_animation/Cargo.toml b/crates/bevy_animation/Cargo.toml index f7a648d66b..e61dbb66ad 100644 --- a/crates/bevy_animation/Cargo.toml +++ b/crates/bevy_animation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_animation" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides animation functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_app/Cargo.toml b/crates/bevy_app/Cargo.toml index a14720bf08..5c6f46d6d6 100644 --- a/crates/bevy_app/Cargo.toml +++ b/crates/bevy_app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_app" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides core App functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index 69c5d537fd..3d075ac5da 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_asset" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides asset functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_audio/Cargo.toml b/crates/bevy_audio/Cargo.toml index 5fd0a44101..9c23b14925 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_audio" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides audio functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_core/Cargo.toml b/crates/bevy_core/Cargo.toml index 8de1025f96..8262ca4bd2 100644 --- a/crates/bevy_core/Cargo.toml +++ b/crates/bevy_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_core" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides core functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_core_pipeline/Cargo.toml b/crates/bevy_core_pipeline/Cargo.toml index f5455b78fa..b708ea4d7a 100644 --- a/crates/bevy_core_pipeline/Cargo.toml +++ b/crates/bevy_core_pipeline/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_core_pipeline" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = [ "Bevy Contributors ", diff --git a/crates/bevy_derive/Cargo.toml b/crates/bevy_derive/Cargo.toml index b961e82988..56295b2c7b 100644 --- a/crates/bevy_derive/Cargo.toml +++ b/crates/bevy_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_derive" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides derive implementations for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_diagnostic/Cargo.toml b/crates/bevy_diagnostic/Cargo.toml index 78e30d2fdc..3400a4dc9b 100644 --- a/crates/bevy_diagnostic/Cargo.toml +++ b/crates/bevy_diagnostic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_diagnostic" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides diagnostic functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_dylib/Cargo.toml b/crates/bevy_dylib/Cargo.toml index 2f723010c6..bb5a5169df 100644 --- a/crates/bevy_dylib/Cargo.toml +++ b/crates/bevy_dylib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_dylib" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Force the Bevy Engine to be dynamically linked for faster linking" homepage = "https://bevyengine.org" diff --git a/crates/bevy_dynamic_plugin/Cargo.toml b/crates/bevy_dynamic_plugin/Cargo.toml index 077400d3c6..d9b019ff9a 100644 --- a/crates/bevy_dynamic_plugin/Cargo.toml +++ b/crates/bevy_dynamic_plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_dynamic_plugin" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides dynamic plugin loading capabilities for non-wasm platforms" homepage = "https://bevyengine.org" diff --git a/crates/bevy_ecs/Cargo.toml b/crates/bevy_ecs/Cargo.toml index 1f1d171f17..4c7840bab9 100644 --- a/crates/bevy_ecs/Cargo.toml +++ b/crates/bevy_ecs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_ecs" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Bevy Engine's entity component system" homepage = "https://bevyengine.org" diff --git a/crates/bevy_ecs/macros/Cargo.toml b/crates/bevy_ecs/macros/Cargo.toml index 6b68896dcb..36b32b46cb 100644 --- a/crates/bevy_ecs/macros/Cargo.toml +++ b/crates/bevy_ecs/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_ecs_macros" -version = "0.8.0" +version = "0.8.1" description = "Bevy ECS Macros" edition = "2021" license = "MIT OR Apache-2.0" diff --git a/crates/bevy_encase_derive/Cargo.toml b/crates/bevy_encase_derive/Cargo.toml index b931139f52..b1014f12af 100644 --- a/crates/bevy_encase_derive/Cargo.toml +++ b/crates/bevy_encase_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_encase_derive" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Bevy derive macro for encase" homepage = "https://bevyengine.org" diff --git a/crates/bevy_gilrs/Cargo.toml b/crates/bevy_gilrs/Cargo.toml index da45dabfab..3443b85f1c 100644 --- a/crates/bevy_gilrs/Cargo.toml +++ b/crates/bevy_gilrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_gilrs" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Gamepad system made using Gilrs for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_gltf/Cargo.toml b/crates/bevy_gltf/Cargo.toml index 089f19caca..ba16b4470f 100644 --- a/crates/bevy_gltf/Cargo.toml +++ b/crates/bevy_gltf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_gltf" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Bevy Engine GLTF loading" homepage = "https://bevyengine.org" diff --git a/crates/bevy_hierarchy/Cargo.toml b/crates/bevy_hierarchy/Cargo.toml index e9f73c48bc..f464a8cad6 100644 --- a/crates/bevy_hierarchy/Cargo.toml +++ b/crates/bevy_hierarchy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_hierarchy" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides hierarchy functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_input/Cargo.toml b/crates/bevy_input/Cargo.toml index 3587c9a8ee..0b9d70a180 100644 --- a/crates/bevy_input/Cargo.toml +++ b/crates/bevy_input/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_input" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides input functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_internal/Cargo.toml b/crates/bevy_internal/Cargo.toml index b3fdf62952..e3d24460ca 100644 --- a/crates/bevy_internal/Cargo.toml +++ b/crates/bevy_internal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_internal" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "An internal Bevy crate used to facilitate optional dynamic linking via the 'dynamic' feature" homepage = "https://bevyengine.org" diff --git a/crates/bevy_log/Cargo.toml b/crates/bevy_log/Cargo.toml index fc9d2a5b7c..911cb7548d 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_log" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides logging for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_macro_utils/Cargo.toml b/crates/bevy_macro_utils/Cargo.toml index 97d447df29..fa055b783b 100644 --- a/crates/bevy_macro_utils/Cargo.toml +++ b/crates/bevy_macro_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_macro_utils" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "A collection of utils for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_math/Cargo.toml b/crates/bevy_math/Cargo.toml index c78ee89176..a581304d00 100644 --- a/crates/bevy_math/Cargo.toml +++ b/crates/bevy_math/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_math" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides math functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_mikktspace/Cargo.toml b/crates/bevy_mikktspace/Cargo.toml index 7cb13439d6..fab304852e 100644 --- a/crates/bevy_mikktspace/Cargo.toml +++ b/crates/bevy_mikktspace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_mikktspace" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = ["Benjamin Wasty ", "David Harvey-Macaulay ", "Layl Bongers "] description = "Mikkelsen tangent space algorithm" diff --git a/crates/bevy_ptr/Cargo.toml b/crates/bevy_ptr/Cargo.toml index 29b642698c..9613b337c7 100644 --- a/crates/bevy_ptr/Cargo.toml +++ b/crates/bevy_ptr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_ptr" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Utilities for working with untyped pointers in a more safe way" homepage = "https://bevyengine.org" diff --git a/crates/bevy_reflect/Cargo.toml b/crates/bevy_reflect/Cargo.toml index 2fa5ff6efc..76b520b006 100644 --- a/crates/bevy_reflect/Cargo.toml +++ b/crates/bevy_reflect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_reflect" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Dynamically interact with rust types" homepage = "https://bevyengine.org" diff --git a/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml b/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml index b3998c50b1..3c68bad989 100644 --- a/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml +++ b/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_reflect_derive" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Derive implementations for bevy_reflect" homepage = "https://bevyengine.org" diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index 1c21011d5a..490e518ad0 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_render" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides rendering functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_render/macros/Cargo.toml b/crates/bevy_render/macros/Cargo.toml index d32e1eda33..3133d7f89b 100644 --- a/crates/bevy_render/macros/Cargo.toml +++ b/crates/bevy_render/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_render_macros" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Derive implementations for bevy_render" homepage = "https://bevyengine.org" diff --git a/crates/bevy_scene/Cargo.toml b/crates/bevy_scene/Cargo.toml index 112e61b2a5..d44bfcb8ec 100644 --- a/crates/bevy_scene/Cargo.toml +++ b/crates/bevy_scene/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_scene" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides scene functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_tasks/Cargo.toml b/crates/bevy_tasks/Cargo.toml index 3227b39b5b..d0ab2538ce 100644 --- a/crates/bevy_tasks/Cargo.toml +++ b/crates/bevy_tasks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tasks" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "A task executor for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_text/Cargo.toml b/crates/bevy_text/Cargo.toml index 582060a603..8eae494490 100644 --- a/crates/bevy_text/Cargo.toml +++ b/crates/bevy_text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_text" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides text functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_time/Cargo.toml b/crates/bevy_time/Cargo.toml index d9484dde8a..4643f9edc0 100644 --- a/crates/bevy_time/Cargo.toml +++ b/crates/bevy_time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_time" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides time functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_transform/Cargo.toml b/crates/bevy_transform/Cargo.toml index e799e53e47..ad9f4aa9c8 100644 --- a/crates/bevy_transform/Cargo.toml +++ b/crates/bevy_transform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_transform" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Provides transform functionality for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_utils/Cargo.toml b/crates/bevy_utils/Cargo.toml index d43dedcc77..e5e339ba33 100644 --- a/crates/bevy_utils/Cargo.toml +++ b/crates/bevy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_utils" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "A collection of utils for Bevy Engine" homepage = "https://bevyengine.org" diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 50a5c8ab7f..de24ba76fc 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_winit" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "A winit window and input backend for Bevy Engine" homepage = "https://bevyengine.org"