From fa916f71a04e4db069ec8d178704d05deac2fd65 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 31 Aug 2019 09:44:55 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2aa7d1..a56a4f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "speech-dispatcher" -version = "0.3.0" +version = "0.3.1" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "Rusty interface to the speech-dispatcher speech synthesis library"