summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2018-10-24 10:54:00 +0800
committerjmkiley <jordan.kiley@mapbox.com>2018-10-24 10:54:00 +0800
commit3a183cb300868d7c56d0820950a2aadfb5979e05 (patch)
tree165226c07d3d4d56bc40c5febefea1fcdcf020ce
parentb4a57099406e38735540d435d68db12b2d334e11 (diff)
downloadqtlocation-mapboxgl-3a183cb300868d7c56d0820950a2aadfb5979e05.tar.gz
[ios] Update version number
-rwxr-xr-xplatform/ios/scripts/publish.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/scripts/publish.sh b/platform/ios/scripts/publish.sh
index 1a69bb2bec..125e0d5d8b 100755
--- a/platform/ios/scripts/publish.sh
+++ b/platform/ios/scripts/publish.sh
@@ -12,7 +12,7 @@ trap finish EXIT
# Update the PUBLISH_VERSION manually when releasing a new iOS 8 compatible SDK.
# In the case of symbolicated builds, we also append the `-symbols`.
#
-PUBLISH_VERSION="v4.5.0-cn"
+PUBLISH_VERSION="v4.5.0-cn.1"
if [[ ${#} -eq 2 ]]; then
PUBLISH_STYLE="-$2"
@@ -46,7 +46,7 @@ if [ -n "${CI:-}" ]; then
fi
step "Uploading ${ZIP} to s3…"
-# Since this build is for .CN customers, and we want to keep it separate from the main Maps SDK, it will be hosted on .cn.
+# Since this build is primarily for .CN customers, it will be hosted on .cn.
aws s3 cp ../${ZIP} s3://binary.mapbox.cn/mapbox-china-plugin/ios/builds/maps-sdk/ --acl public-read ${PROGRESS}
echo "URL: https://mapbox.s3.amazonaws.cn/mapbox-plugin-ios/ios/builds/${ZIP}"