Skip to content

Commit

Permalink
Tag v3.21.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Feb 2, 2017
1 parent ca7540f commit 3c2a26a
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": "openlayers",
"version": "3.20.1",
"version": "3.21.0-beta.2",
"description": "Build tools and sources for developing OpenLayers based mapping applications",
"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 @@ -98,7 +98,7 @@ main() {
npm install
build_js ${PROFILES}
build_css
npm publish
npm publish --tag beta
}

if test ${#} -ne 1; then
Expand Down

0 comments on commit 3c2a26a

Please sign in to comment.