From a1ac3600cc0df1f0d0124615e3c283152847b177 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 25 Aug 2020 11:58:52 -0500 Subject: [PATCH] Remove extra version bump. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af088f3..17afd2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.6.2" +version = "0.6.1" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"