Skip to content

Commit

Permalink
Bump minimum HandySwift required version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Oct 30, 2024
1 parent ee7deaf commit 615aa53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "daf739e3fc36fdd30405bc72c478e798804f1114399de1a33bc310e18cbe65df",
"originHash" : "e36a5c8f6d235ea9fc5cb60d89bf61bfc85193db03674fe4ad2e3f0276cddea5",
"pins" : [
{
"identity" : "handyswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FlineDev/HandySwift.git",
"state" : {
"revision" : "7ef8da8ead653a69420765a1657a814ac0ad115f",
"version" : "4.2.0"
"revision" : "20b51652a71eca85c6c5502aac870c6708fa148b",
"version" : "4.3.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
defaultLocalization: "en",
platforms: [.iOS(.v16), .macOS(.v13), .tvOS(.v16), .visionOS(.v1), .watchOS(.v9)],
products: [.library(name: "HandySwiftUI", targets: ["HandySwiftUI"])],
dependencies: [.package(url: "https://github.com/FlineDev/HandySwift.git", from: "4.2.0")],
dependencies: [.package(url: "https://github.com/FlineDev/HandySwift.git", from: "4.3.0")],
targets: [
.target(
name: "HandySwiftUI",
Expand Down

0 comments on commit 615aa53

Please sign in to comment.