From efdb274eb485c73a9eef8ebf1582a83b8e13590f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 2 Nov 2020 10:12:25 -0600 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2498c1..7d0ac26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.10.1" +version = "0.10.2" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"