diff --git a/Cargo.toml b/Cargo.toml index d05bab7..384ee76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/full_usage"] [package] name = "whisper-rs" -version = "0.14.0" +version = "0.14.1" edition = "2021" description = "Rust bindings for whisper.cpp" license = "Unlicense" diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 73d97fd..c97c9a2 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.12.0" +version = "0.12.1" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"