Skip to content

Commit

Permalink
fix: Update to ParseSwift 5.10.3 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Jul 13, 2024
1 parent 1d2d7b7 commit a6383a4
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 @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/netreconlab/Parse-Swift.git",
"state" : {
"revision" : "ef83e349e3c4d055f8fc96f9fa2e3ffdcddee616",
"version" : "5.10.1"
"revision" : "f13ad6b7ecee396e6fecb2685d3e171823ff6c3d",
"version" : "5.10.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
),
.package(
url: "https://github.com/netreconlab/Parse-Swift.git",
.upToNextMajor(from: "5.10.1")
.upToNextMajor(from: "5.10.3")
)
],
targets: [
Expand Down

0 comments on commit a6383a4

Please sign in to comment.