From 5e8b144dd9e122fd868c7c033ae4ec41d1971729 Mon Sep 17 00:00:00 2001 From: ZiZi <44972592+ZiZasaurus@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:05:11 -0400 Subject: [PATCH] addressed issue with mismatched podspec (#1396) --- MapboxMaps.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapboxMaps.podspec b/MapboxMaps.podspec index afe8df4bf05c..fea41f017235 100644 --- a/MapboxMaps.podspec +++ b/MapboxMaps.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |m| - maps_version = '10.6.0-rc.1' + maps_version = '10.6.0' m.name = 'MapboxMaps' m.version = maps_version