diff --git a/package.json b/package.json index 0233ee35ed..62f2495176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.2.0", + "version": "4.3.0-beta.2", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/package/package.json b/package/package.json index 5b2fb3632c..7c869eb556 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.2.0", + "version": "4.3.0-beta.2", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js", 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