From acccdfeadae72bc92348e9680a124123711b154a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 16 Mar 2021 17:36:29 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e37f780..532af58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.15.1" +version = "0.15.2" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"