From c66e1b9a945786323097b2b5bad2c9b7588d3430 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 29 Aug 2022 17:24:22 -0500 Subject: [PATCH] (cargo-release) version 0.1.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2e110e..ed4ce4c 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.0.0" +version = "0.1.0" authors = ["Nolan Darilek "] license = "MIT OR Apache-2.0" edition = "2021" @@ -27,4 +27,4 @@ bevy = { version = "0.8", default-features = true } tag-prefix = "" publish = false push = false -pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"] \ No newline at end of file +pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]