Create v4.5.1-beta.1

This commit is contained in:
Andreas Hocevar
2017-11-08 16:56:31 +01:00
parent 9fe032b49c
commit 33721c7b14
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -98,7 +98,7 @@ main() {
npm install
build_js ${PROFILES}
build_css
npm publish
npm publish --tag beta
}
if test ${#} -ne 1; then