From 91fa8d29421d1a86555e11d3c7bee18d58d335b1 Mon Sep 17 00:00:00 2001
From: simlay <simlay@users.noreply.github.com>
Date: Tue, 13 Aug 2024 11:37:29 -0400
Subject: [PATCH] Bump to 0.12.1 (#124)

---
 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 <mitchell.nordine@gmail.com>", "yupferris <jake@fusetools.com>"]
 description = "A friendly rust interface for Apple's CoreAudio API."
 keywords = ["core", "audio", "unit", "osx", "ios"]