From 9f000ad5b577f891203d69b1018bb02d44784088 Mon Sep 17 00:00:00 2001 From: "kaosat.dev" Date: Fri, 19 Jul 2024 12:08:25 +0200 Subject: [PATCH] chore(Blenvy:Bevy): first release will be alpha --- crates/blenvy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/blenvy/Cargo.toml b/crates/blenvy/Cargo.toml index 5d2ff60..72e90a0 100644 --- a/crates/blenvy/Cargo.toml +++ b/crates/blenvy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blenvy" -version = "0.1.0" +version = "0.1.0-alpha.1" authors = ["Mark 'kaosat-dev' Moissette"] description = "Allows you to define Bevy components direclty inside gltf files and instanciate the components on the Bevy side." homepage = "https://github.com/kaosat-dev/Blenvy"