Skip to content

Commit

Permalink
build: update sdk version in spm project
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedtanriverdi-tomtom committed Apr 15, 2024
1 parent 0c0051d commit bfa50b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SPM/TomTomSDKExamples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -538,15 +538,15 @@
repositoryURL = "https://github.com/tomtom-international/tomtom-sdk-spm-navigation";
requirement = {
kind = exactVersion;
version = 0.44.1;
version = 0.45.0;
};
};
9D0D47332AF93514009E9B53 /* XCRemoteSwiftPackageReference "tomtom-sdk-spm-core" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/tomtom-international/tomtom-sdk-spm-core";
requirement = {
kind = exactVersion;
version = 0.44.1;
version = 0.45.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tomtom-international/tomtom-sdk-spm-core",
"state" : {
"revision" : "5fe4319d75451df5d793925c5ef09d15f98d2e8f",
"version" : "0.44.1"
"revision" : "542eadda575fa479c16cfbd01d4f7c0c3b8cec31",
"version" : "0.45.0"
}
},
{
"identity" : "tomtom-sdk-spm-navigation",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tomtom-international/tomtom-sdk-spm-navigation",
"state" : {
"revision" : "a70ebcc4f55c76513377be6f88b422c8da0f8b50",
"version" : "0.44.1"
"revision" : "63efc676a9ce44b9a82a891b25d08379212db9e3",
"version" : "0.45.0"
}
}
],
Expand Down

0 comments on commit bfa50b5

Please sign in to comment.