From 87018e0e838207b453e4d172d8cf4de688f2df05 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 28 Aug 2019 12:10:03 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9490571..f2aa7d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "speech-dispatcher" -version = "0.2.0" +version = "0.3.0" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "Rusty interface to the speech-dispatcher speech synthesis library" license = "LGPL-2.1" [dependencies] -speech-dispatcher-sys = "0.2" +speech-dispatcher-sys = "0.3"