We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2d7b7 commit a6383a4Copy full SHA for a6383a4
Package.resolved
@@ -41,8 +41,8 @@
41
"kind" : "remoteSourceControl",
42
"location" : "https://github.com/netreconlab/Parse-Swift.git",
43
"state" : {
44
- "revision" : "ef83e349e3c4d055f8fc96f9fa2e3ffdcddee616",
45
- "version" : "5.10.1"
+ "revision" : "f13ad6b7ecee396e6fecb2685d3e171823ff6c3d",
+ "version" : "5.10.3"
46
}
47
},
48
{
Package.swift
@@ -25,7 +25,7 @@ let package = Package(
25
),
26
.package(
27
url: "https://github.com/netreconlab/Parse-Swift.git",
28
- .upToNextMajor(from: "5.10.1")
+ .upToNextMajor(from: "5.10.3")
29
)
30
],
31
targets: [
0 commit comments