From 7a6d40d28afb4b14a41a194c007f8d7ac6b7efa8 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 17 Dec 2022 10:14:10 -0600 Subject: [PATCH] Drop version in preparation for initial release via cargo-release. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9557020..992764d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_synthizer" -version = "0.1.0" +version = "0.0.0" authors = ["Nolan Darilek "] license = "MIT OR Apache-2.0" edition = "2021"