Skip to content

Commit

Permalink
feat: Update SDK pointer to 9.2.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmazlov authored Jul 24, 2024
1 parent 85ef869 commit 6f3513a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1043,8 +1043,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DexCare/DexCareSDK-iOS/";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 9.2.0;
kind = exactVersion;
version = 9.2.1;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DexCare/DexCareSDK-iOS/",
"state" : {
"revision" : "d9b11391669c7f27777e9901c8cffbb6f4c17a3f",
"version" : "9.2.0"
"revision" : "534b8e9e8f56546bf8e0ffb9346c1d57a9381b2a",
"version" : "9.2.1"
}
},
{
Expand Down

0 comments on commit 6f3513a

Please sign in to comment.