From b408c2d49998cec95dc6a67668b41402fa3476e4 Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Tue, 13 Aug 2024 11:14:25 -0400 Subject: [PATCH] Bump to 0.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ce822e7a..bfa913844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coreaudio-rs" -version = "0.12.0" +version = "0.12.1" authors = ["mitchmindtree ", "yupferris "] description = "A friendly rust interface for Apple's CoreAudio API." keywords = ["core", "audio", "unit", "osx", "ios"]