Skip to content

Commit a6383a4

Browse files
authored
fix: Update to ParseSwift 5.10.3 (#72)
1 parent 1d2d7b7 commit a6383a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/netreconlab/Parse-Swift.git",
4343
"state" : {
44-
"revision" : "ef83e349e3c4d055f8fc96f9fa2e3ffdcddee616",
45-
"version" : "5.10.1"
44+
"revision" : "f13ad6b7ecee396e6fecb2685d3e171823ff6c3d",
45+
"version" : "5.10.3"
4646
}
4747
},
4848
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let package = Package(
2525
),
2626
.package(
2727
url: "https://github.com/netreconlab/Parse-Swift.git",
28-
.upToNextMajor(from: "5.10.1")
28+
.upToNextMajor(from: "5.10.3")
2929
)
3030
],
3131
targets: [

0 commit comments

Comments
 (0)