Skip to content

Commit

Permalink
Bumped DAWFileKit to 0.4.2 which resolves numerous issues in #81
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Jan 7, 2024
1 parent ca2b3d5 commit 12dcb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ let package = Package(
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.6"),
.package(url: "https://github.com/orchetect/TextFileKit.git", from: "0.1.6"),
.package(url: "https://github.com/orchetect/TimecodeKit.git", from: "2.0.8"),
.package(url: "https://github.com/orchetect/DAWFileKit.git", from: "0.4.1")
.package(url: "https://github.com/orchetect/TimecodeKit.git", from: "2.0.9"),
.package(url: "https://github.com/orchetect/DAWFileKit.git", from: "0.4.2")
],
targets: [
.target(
Expand Down

0 comments on commit 12dcb5b

Please sign in to comment.