From 027e20c07c851ce396a34247db761e9acae8bdb6 Mon Sep 17 00:00:00 2001 From: Nick Culbertson Date: Thu, 19 Oct 2023 11:06:50 -0400 Subject: [PATCH] Update AudioKitUI package version --- Cookbook/CookbookCommon/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cookbook/CookbookCommon/Package.swift b/Cookbook/CookbookCommon/Package.swift index 42c83f5..421d517 100644 --- a/Cookbook/CookbookCommon/Package.swift +++ b/Cookbook/CookbookCommon/Package.swift @@ -8,7 +8,7 @@ let package = Package( products: [.library(name: "CookbookCommon", targets: ["CookbookCommon"])], dependencies: [ .package(url: "https://github.com/AudioKit/AudioKit", from: "5.6.1"), - .package(url: "https://github.com/AudioKit/AudioKitUI", from: "0.3.5"), + .package(url: "https://github.com/AudioKit/AudioKitUI", from: "0.3.6"), .package(url: "https://github.com/AudioKit/AudioKitEX", from: "5.6.0"), .package(url: "https://github.com/AudioKit/Controls", from: "1.1.2"), .package(url: "https://github.com/AudioKit/DunneAudioKit", from: "5.6.1"),