summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Sheng <i@lloydsheng.com>2019-03-25 17:54:16 +0800
committerLloyd Sheng <i@lloydsheng.com>2019-03-25 17:54:16 +0800
commitf7ff30bb2a28dd893d36e3364bfc081da8a7ba06 (patch)
tree62f019e940e01d56d15db92692152a2002d245c1
parentdab3ab79ad54194590a82231cea55940e377e551 (diff)
downloadqtlocation-mapboxgl-upstream/lloyd-4.5.0-cn.2.tar.gz
Release 4.5.0-cn.2upstream/lloyd-4.5.0-cn.2
-rw-r--r--platform/ios/Mapbox-iOS-SDK-symbols.podspec2
-rw-r--r--platform/ios/Mapbox-iOS-SDK.podspec2
-rwxr-xr-xplatform/ios/scripts/document.sh4
-rwxr-xr-xplatform/ios/scripts/package.sh2
4 files changed, 5 insertions, 5 deletions
diff --git a/platform/ios/Mapbox-iOS-SDK-symbols.podspec b/platform/ios/Mapbox-iOS-SDK-symbols.podspec
index 555e490fd8..fbbd0dd985 100644
--- a/platform/ios/Mapbox-iOS-SDK-symbols.podspec
+++ b/platform/ios/Mapbox-iOS-SDK-symbols.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|
- version = '4.5.0-cn.1'
+ version = '4.5.0-cn.2'
m.name = 'Mapbox-iOS-SDK-symbols'
m.version = "#{version}-symbols"
diff --git a/platform/ios/Mapbox-iOS-SDK.podspec b/platform/ios/Mapbox-iOS-SDK.podspec
index df114c883b..f051f78af1 100644
--- a/platform/ios/Mapbox-iOS-SDK.podspec
+++ b/platform/ios/Mapbox-iOS-SDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|
- version = '4.5.0-cn.1'
+ version = '4.5.0-cn.2'
m.name = 'Mapbox-iOS-SDK'
m.version = version
diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh
index e130e75a67..f147e30599 100755
--- a/platform/ios/scripts/document.sh
+++ b/platform/ios/scripts/document.sh
@@ -27,8 +27,8 @@ fi
OUTPUT=${OUTPUT:-documentation}
BRANCH=$( git describe --tags --match=ios-v*.*.* --abbrev=0 )
-SHORT_VERSION="4.5.0-cn.1"
-RELEASE_VERSION="4.5.0-cn.1"
+SHORT_VERSION="4.5.0-cn.2"
+RELEASE_VERSION="4.5.0-cn.2"
rm -rf /tmp/mbgl
mkdir -p /tmp/mbgl/
diff --git a/platform/ios/scripts/package.sh b/platform/ios/scripts/package.sh
index 61a052780e..5aad15d789 100755
--- a/platform/ios/scripts/package.sh
+++ b/platform/ios/scripts/package.sh
@@ -55,7 +55,7 @@ echo ${HASH}
echo ${HASH} >> ${VERSION}
PROJ_VERSION=$(git rev-list --count HEAD)
-SEM_VERSION="4.5.0-cn.1"
+SEM_VERSION="4.5.0-cn.2"
SHORT_VERSION=${SEM_VERSION%-*}
step "Building targets (build ${PROJ_VERSION}, version ${SEM_VERSION})"