From 3763c0d67b9427a3c6910162299a9c6318575157 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 29 Aug 2022 13:48:27 -0500 Subject: [PATCH] Set version to 0.0.0 so cargo-release can do the right thing. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb7bca1..b23a798 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bevy_tts" description = "Text-to-speech for the Bevy game engine" repository = "https://labs.lightsout.games/projects/bevy_tts" -version = "0.1.0" +version = "0.0.0" authors = ["Nolan Darilek "] license = "MIT OR Apache-2.0" edition = "2021"