From 2750ce4f992c73b18e959dffea105d7e29f86b09 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 11 Jun 2020 13:04:05 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index beebfc2..48c9ef1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.3.0" +version = "0.3.1" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"