Skip to content

Commit

Permalink
Update AudioKitUI package version
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCulbertson authored Oct 19, 2023
1 parent 2bb80b5 commit 027e20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cookbook/CookbookCommon/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 027e20c

Please sign in to comment.