Tag for v6.0.0-beta.4

This commit is contained in:
ahocevar
2019-04-03 15:17:02 +02:00
parent 7c1df60d06
commit e0381bfd6a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "5.3.0",
"version": "6.0.0-beta.4",
"description": "OpenLayers mapping library",
"keywords": [
"map",

View File

@@ -76,7 +76,7 @@ main() {
npm install
npm run build-package
cd ${BUILT_PACKAGE}
npm publish
npm publish --tag beta
}
if test ${#} -ne 1; then