Skip to content

Commit f36335e

Browse files
authored
feat: Prepare for 1.0.0 release (#205)
1 parent 1efa235 commit f36335e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.package(url: "https://github.com/cbaker6/CareKit.git",
15-
.upToNextMajor(from: "3.0.0-beta.45")),
15+
.upToNextMajor(from: "3.0.0")),
1616
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
1717
.upToNextMajor(from: "5.12.2"))
1818
],

ParseCareKit.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@
10561056
repositoryURL = "https://github.com/cbaker6/CareKit.git";
10571057
requirement = {
10581058
kind = upToNextMajorVersion;
1059-
minimumVersion = "3.0.0-beta.45";
1059+
minimumVersion = 3.0.0;
10601060
};
10611061
};
10621062
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)