From 33721c7b148c22e2483289e77c8a57c13280f396 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 8 Nov 2017 16:56:31 +0100 Subject: [PATCH] Create v4.5.1-beta.1 --- package.json | 2 +- tasks/publish.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 112bb6f0fe..0aaf4c9dfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.4.2", + "version": "4.5.0-beta.1", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/tasks/publish.sh b/tasks/publish.sh index 4ae20c9c95..2db40905e0 100755 --- a/tasks/publish.sh +++ b/tasks/publish.sh @@ -98,7 +98,7 @@ main() { npm install build_js ${PROFILES} build_css - npm publish + npm publish --tag beta } if test ${#} -ne 1; then