summaryrefslogtreecommitdiff
path: root/platform/ios/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/scripts')
-rwxr-xr-xplatform/ios/scripts/document.sh4
-rwxr-xr-xplatform/ios/scripts/package.sh2
2 files changed, 3 insertions, 3 deletions
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})"