From 2f19d663dc4c81ec7950636131e1c152c9e5dc5f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sun, 14 Jun 2020 18:56:40 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48c9ef1..a791744 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.3.1" +version = "0.3.2" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"