Skip to content

Commit

Permalink
feat: upgrade MapLibre Native iOS to v6.10.0 (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian authored Jan 10, 2025
1 parent 410d0c3 commit b596c76
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guides/setup/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This package wraps MapLibre Native for Android and iOS, these are the currently
</dd>
<dt>iOS</dt>
<dd>
<a href="https://github.com/maplibre/maplibre-native/releases/tag/ios-v6.9.0">6.9.0</a>
<a href="https://github.com/maplibre/maplibre-native/releases/tag/ios-v6.10.0">6.10.0</a>
</dd>
</dl>

Expand Down
2 changes: 1 addition & 1 deletion maplibre-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

# Global Variable Defaults
$MLRN_NATIVE_VERSION ||= "6.9.0"
$MLRN_NATIVE_VERSION ||= "6.10.0"
$MLRN_SPM_SPEC ||= {
url: "https://github.com/maplibre/maplibre-gl-native-distribution",
requirement: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
repositoryURL = "https://github.com/maplibre/maplibre-gl-native-distribution";
requirement = {
kind = exactVersion;
version = 6.9.0;
version = 6.10.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/maplibre/maplibre-gl-native-distribution",
"state" : {
"revision" : "93cb32c95b48f62edb27c75792038849cdfdaa35",
"version" : "6.9.0"
"revision" : "3615e3cc81b09b78b58b183660815b0f36107b3b",
"version" : "6.10.0"
}
}
],
Expand Down

0 comments on commit b596c76

Please sign in to comment.