Skip to content

Commit

Permalink
Updated to AK 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Jan 18, 2022
1 parent c6f2f26 commit 5aa7435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/AudioKit/AudioKit",
"state": {
"branch": null,
"revision": "5eefc06cc8c503624c92edcb4acbf28574f08acf",
"version": "5.2.1"
"revision": "491ae3d76c64c848e308fb1f659099e3c82cd65b",
"version": "5.3.0"
}
}
]
Expand Down
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: "MicrotonalAudioKit",
platforms: [.macOS(.v10_13), .iOS(.v11), .tvOS(.v11)],
products: [.library(name: "MicrotonalAudioKit", targets: ["MicrotonalAudioKit"])],
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0")],
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.3.0")],
targets: [
.target(name: "MicrotonalAudioKit", dependencies: ["AudioKit"]),
.testTarget(name: "MicrotonalAudioKitTests", dependencies: ["MicrotonalAudioKit"])
Expand Down

0 comments on commit 5aa7435

Please sign in to comment.