From 80fa5d458310bf9a5d99ba50ec9c24431d947d26 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 11 Nov 2020 10:29:49 -0600 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 505884f..e8ba057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.11.1" +version = "0.11.2" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"