Skip to content

Commit

Permalink
link to CareKit release (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Sep 18, 2022
1 parent d17df6d commit 71531ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/cbaker6/CareKit.git",
"state": {
"branch": null,
"revision": "adca4ac261b265e4fb7ded5a88e14deaed39592c",
"version": null
"revision": "c18f88d7131db8431796f30241e31ed9d0051c60",
"version": "2.1.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/cbaker6/CareKit.git",
revision: "adca4ac261b265e4fb7ded5a88e14deaed39592c"),
.package(url: "https://github.com/parse-community/Parse-Swift.git",
.upToNextMajor(from: "2.1.1")),
.package(url: "https://github.com/parse-community/Parse-Swift.git",
.upToNextMajor(from: "4.14.1"))
],
targets: [
Expand Down
4 changes: 2 additions & 2 deletions ParseCareKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1158,8 +1158,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/cbaker6/CareKit.git";
requirement = {
kind = revision;
revision = adca4ac261b265e4fb7ded5a88e14deaed39592c;
kind = upToNextMajorVersion;
minimumVersion = 2.1.1;
};
};
70D41D8428B7EA7B00613510 /* XCRemoteSwiftPackageReference "Parse-Swift" */ = {
Expand Down

0 comments on commit 71531ce

Please sign in to comment.