Compare commits

...

1 Commits

Author SHA1 Message Date
Andreas Hocevar
3c2a26a2a3 Tag v3.21.0-beta.2 2017-02-02 13:38:33 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "openlayers", "name": "openlayers",
"version": "3.20.1", "version": "3.21.0-beta.2",
"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",

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