From eb1d13976a373e66119901f97b4a9a328797f6e8 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 19 Oct 2022 09:58:42 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6561cc4..1627c7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.24.2" +version = "0.24.3" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"