From e0170aa011e55601512527f097fc6d5e62737452 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 2 Dec 2021 09:11:26 -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 fbfe8cc..73a99f9 100644 --- a/speech-dispatcher/Cargo.toml +++ b/speech-dispatcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "speech-dispatcher" -version = "0.8.0" +version = "0.9.0" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "Rusty interface to the speech-dispatcher speech synthesis library"