From 7cf0efc8335bf52ac303dfe00676c61e69844a72 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 12 Jan 2018 12:23:06 -0600 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af01e19..9490571 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "speech-dispatcher" -version = "0.1.0" +version = "0.2.0" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "Rusty interface to the speech-dispatcher speech synthesis library"