From e99da4a1d3a4a8936fe0ade1d199a5d86c41f015 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 30 Dec 2019 09:09:43 -0600 Subject: [PATCH] Bump version. --- speech-dispatcher/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech-dispatcher/Cargo.toml b/speech-dispatcher/Cargo.toml index 2e77c16..65acabc 100644 --- a/speech-dispatcher/Cargo.toml +++ b/speech-dispatcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "speech-dispatcher" -version = "0.4.2" +version = "0.4.3" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "Rusty interface to the speech-dispatcher speech synthesis library"