From b202069aa891d8243206f89599c04f0e8e6a3d27 Mon Sep 17 00:00:00 2001 From: Niko Date: Tue, 29 Jul 2025 18:13:02 -0700 Subject: [PATCH] Bump crate versions --- Cargo.toml | 2 +- sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c4410e..789c7ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/full_usage"] [package] name = "whisper-rs" -version = "0.14.3" +version = "0.14.4" edition = "2021" description = "Rust bindings for whisper.cpp" license = "Unlicense" diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 853895f..05ec37b 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.13.0" +version = "0.13.1" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"