From fa2903606e67e8c1bb4f47a8c7bcfcc8812a9493 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 18 Nov 2020 08:27: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 e671264..a4548ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.11.3" +version = "0.11.4" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"