Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	Package.resolved
  • Loading branch information
aure committed Aug 6, 2021
2 parents 2d23f58 + dbdfebb commit f7cf12c
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": "4c3f5ef1b7d758609c7cfbc2d1f631fc45da04d1",
"version": "5.2.0"
"revision": "5eefc06cc8c503624c92edcb4acbf28574f08acf",
"version": "5.2.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "DevoloopAudioKit",
platforms: [.macOS(.v10_14), .iOS(.v13), .tvOS(.v13)],
platforms: [.macOS(.v10_13), .iOS(.v11), .tvOS(.v11)],
products: [.library(name: "DevoloopAudioKit", targets: ["DevoloopAudioKit"])],
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0")],
targets: [
Expand Down

0 comments on commit f7cf12c

Please sign in to comment.