From e0381bfd6a25259a49e7c31c7e63e980bdbf503e Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 3 Apr 2019 15:17:02 +0200 Subject: [PATCH] Tag for v6.0.0-beta.4 --- package.json | 2 +- tasks/publish.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3af6d26a4c..f65e86926a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "5.3.0", + "version": "6.0.0-beta.4", "description": "OpenLayers mapping library", "keywords": [ "map", diff --git a/tasks/publish.sh b/tasks/publish.sh index eff9d57145..72b5200dc7 100755 --- a/tasks/publish.sh +++ b/tasks/publish.sh @@ -76,7 +76,7 @@ main() { npm install npm run build-package cd ${BUILT_PACKAGE} - npm publish + npm publish --tag beta } if test ${#} -ne 1; then