Skip to content

Commit a891477

Browse files
committed
Update to 5.4
1 parent 1084f42 commit a891477

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ let package = Package(
99
products: [.library(name: "SoundpipeAudioKit", targets: ["SoundpipeAudioKit"])],
1010
dependencies: [
1111
.package(url: "https://github.com/AudioKit/KissFFT", from: "1.0.0"),
12-
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.3.0"),
13-
.package(url: "https://github.com/AudioKit/AudioKitEX", from: "5.3.0"),
12+
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.4.0"),
13+
.package(url: "https://github.com/AudioKit/AudioKitEX", from: "5.4.0"),
1414
],
1515
targets: [
1616
.target(name: "Soundpipe",

0 commit comments

Comments
 (0)