From f404e180e41275e43d6ea3afd2834cd8f86d126a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 22 Jul 2022 10:13:32 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41e605a..37edeb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.22.5" +version = "0.23.0" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"