Create v4.5.1-beta.1

This commit is contained in:
Andreas Hocevar
2017-11-08 16:56:31 +01:00
parent 9fe032b49c
commit aae16d3595
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "openlayers", "name": "openlayers",
"version": "4.4.2", "version": "4.5.0-beta.1",
"description": "Build tools and sources for developing OpenLayers based mapping applications", "description": "Build tools and sources for developing OpenLayers based mapping applications",
"keywords": [ "keywords": [
"map", "map",
+1 -1
View File
@@ -98,7 +98,7 @@ main() {
npm install npm install
build_js ${PROFILES} build_js ${PROFILES}
build_css build_css
npm publish npm publish --tag beta
} }
if test ${#} -ne 1; then if test ${#} -ne 1; then