Skip to content

Commit

Permalink
update_swiftdate_from_master_to_newest_release (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelSkrzypkowski authored Sep 23, 2024
1 parent b82b90d commit fb761a8
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 @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/malcommac/SwiftDate.git",
"state" : {
"branch" : "master",
"revision" : "5d943224c3bb173e6ecf27295611615eba90c80e"
"revision" : "5d943224c3bb173e6ecf27295611615eba90c80e",
"version" : "7.0.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/malcommac/SwiftDate.git", branch: "master")
.package(url: "https://github.com/malcommac/SwiftDate.git", from: "7.0.0")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit fb761a8

Please sign in to comment.