From 199ef6fe9fe4e0623b2d63b29c6b47f0cfa6e242 Mon Sep 17 00:00:00 2001 From: Michael Hills Date: Sat, 5 Dec 2020 22:36:31 +1100 Subject: [PATCH] Publish 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e64a073fd..3049140fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coreaudio-rs" -version = "0.9.1" +version = "0.10.0" authors = ["mitchmindtree ", "yupferris "] description = "A friendly rust interface for Apple's CoreAudio API." keywords = ["core", "audio", "unit", "osx", "ios"]