Skip to content

Commit

Permalink
Update to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Apr 19, 2022
1 parent 0fe316f commit b66fb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "AudioKitEX",
platforms: [.macOS(.v10_13), .iOS(.v11), .tvOS(.v11)],
products: [.library(name: "AudioKitEX", targets: ["AudioKitEX"])],
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.3.0")],
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.4.0")],
targets: [
.target(name: "AudioKitEX", dependencies: ["AudioKit", "CAudioKitEX"]),
.target(name: "CAudioKitEX", cxxSettings: [.headerSearchPath(".")]),
Expand Down

0 comments on commit b66fb1e

Please sign in to comment.