From 2667d4e943a2dfedd816d3df675108b69b118c2a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 2 Dec 2022 13:06:02 -0600 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8e6480..7b62c8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.24.3" +version = "0.25.0" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"