Skip to content

Commit

Permalink
Fix webpdecoder version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Mar 13, 2020
1 parent a32499d commit 37998ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"state": {
"branch": null,
"revision": "bdba7712fd7e26e6ec3a2e4bcfaaa127b2d59844",
"version": null
"version": "1.1.0"
}
}
]
Expand Down
8 changes: 2 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ import PackageDescription
let package = Package(
name: "ImagePipeline",
platforms: [.iOS(.v10)],
products: [
.library(
name: "ImagePipeline",
targets: ["ImagePipeline"]),
],
products: [.library(name: "ImagePipeline", targets: ["ImagePipeline"])],
dependencies: [
.package(url: "https://github.com/kishikawakatsumi/webpdecoder.git", .revision("bdba7712fd7e26e6ec3a2e4bcfaaa127b2d59844")),
.package(url: "https://github.com/kishikawakatsumi/webpdecoder.git", from: "1.1.0"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.7.2"),
],
targets: [
Expand Down

0 comments on commit 37998ca

Please sign in to comment.