From 49e8c0e5dc6336ed3dd9b81adb52057521f56ed5 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 3 Dec 2020 13:31:09 -0600 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 460f4a5..7d4f78b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.11.5" +version = "0.12.0" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"