Compare commits

...

1 Commits

Author SHA1 Message Date
Andreas Hocevar
33721c7b14 Create v4.5.1-beta.1 2017-11-08 16:56:31 +01:00
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