From f310306508f274b92a42f99fee942b10c172e642 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 11 Feb 2022 09:20:22 -0600 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c83f2b..b4cf23e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.20.2" +version = "0.20.3" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"