diff --git a/docs/guides/setup/Getting-Started.md b/docs/guides/setup/Getting-Started.md index 5dcbc497..69fadc95 100644 --- a/docs/guides/setup/Getting-Started.md +++ b/docs/guides/setup/Getting-Started.md @@ -13,7 +13,7 @@ This package wraps MapLibre Native for Android and iOS, these are the currently
iOS
- 6.9.0 + 6.10.0
diff --git a/maplibre-react-native.podspec b/maplibre-react-native.podspec index 3bb02c6b..9ca2c733 100644 --- a/maplibre-react-native.podspec +++ b/maplibre-react-native.podspec @@ -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: { diff --git a/packages/react-native-app/ios/MapLibreReactNativeExample.xcodeproj/project.pbxproj b/packages/react-native-app/ios/MapLibreReactNativeExample.xcodeproj/project.pbxproj index 54252418..ef422421 100644 --- a/packages/react-native-app/ios/MapLibreReactNativeExample.xcodeproj/project.pbxproj +++ b/packages/react-native-app/ios/MapLibreReactNativeExample.xcodeproj/project.pbxproj @@ -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 */ diff --git a/packages/react-native-app/ios/MapLibreReactNativeExample.xcworkspace/xcshareddata/swiftpm/Package.resolved b/packages/react-native-app/ios/MapLibreReactNativeExample.xcworkspace/xcshareddata/swiftpm/Package.resolved index 2992eff4..980f2224 100644 --- a/packages/react-native-app/ios/MapLibreReactNativeExample.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/packages/react-native-app/ios/MapLibreReactNativeExample.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } } ],