Skip to content

Commit c8d3415

Browse files
authored
feat: Update to ParseSwift 5.3.0 (#186)
1 parent f455830 commit c8d3415

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"repositoryURL": "https://github.com/netreconlab/Parse-Swift.git",
2525
"state": {
2626
"branch": null,
27-
"revision": "ed55608e5d2486a5d9bca61f553313d7b21bbbb2",
28-
"version": "5.0.1"
27+
"revision": "6e81c2fdd05ace300fa2c2531c9fbebc1ca083d6",
28+
"version": "5.3.0"
2929
}
3030
}
3131
]

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
.package(url: "https://github.com/cbaker6/CareKit.git",
1515
.upToNextMajor(from: "2.1.8")),
1616
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
17-
.upToNextMajor(from: "5.0.1"))
17+
.upToNextMajor(from: "5.3.0"))
1818
],
1919
targets: [
2020
.target(

ParseCareKit.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@
11591159
repositoryURL = "https://github.com/netreconlab/Parse-Swift.git";
11601160
requirement = {
11611161
kind = upToNextMajorVersion;
1162-
minimumVersion = 5.0.1;
1162+
minimumVersion = 5.3.0;
11631163
};
11641164
};
11651165
70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */ = {

0 commit comments

Comments
 (0)