Skip to content

Commit

Permalink
Update package version to 6.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Apr 18, 2019
1 parent 3ba7ecc commit 5891aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "5.3.0",
"version": "6.0.0-beta.6",
"description": "OpenLayers mapping library",
"keywords": [
"map",
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5891aaa

Please sign in to comment.