Bump version.

This commit is contained in:
Nolan Darilek 2020-12-07 21:46:46 -06:00
parent d8f2b3fb00
commit 22007fbf79
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tts"
version = "0.12.0"
version = "0.12.1"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://github.com/ndarilek/tts-rs"
description = "High-level Text-To-Speech (TTS) interface"
@ -12,7 +12,6 @@ edition = "2018"
crate-type = ["lib", "cdylib", "staticlib"]
[features]
use_tolk = ["tolk"]
[dependencies]