From 238d7e2cb3a08d244d104e6ad304ec2e7220a072 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 14 Jun 2022 13:13:00 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 898d2c7..f9712ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.22.2" +version = "0.22.3" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"