From 9724c5e0871e4af9a12de0ba1a393ed6ee839d66 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 3 Jan 2019 17:20:30 +0000 Subject: [PATCH] Release V0.1.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16a5793..fcbc8dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.1.0" +version = "0.1.1" authors = ["Nolan Darilek "] repository = "https://fossil.thewordnerd.info/tts-rs" description = "High-level Text-To-Speech (TTS) interface"