Skip to content

Commit

Permalink
bump package.swift C family to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeleisel committed Jan 13, 2020
1 parent adfde5d commit e422140
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 @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/michaeleisel/JJLISO8601DateFormatter", .upToNextMajor(from: "0.1.2")),
.package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.0.1")),
.package(url: "https://github.com/michaeleisel/ZippyJSONCFamily", .exact("1.1.0")),
],
targets: [
.target(
Expand Down

0 comments on commit e422140

Please sign in to comment.