Temporary release changes for v4.6.0-beta.1

This commit is contained in:
Andreas Hocevar
2017-11-30 10:27:43 +01:00
parent 0d1dead5c1
commit 43637e2de8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "openlayers",
"version": "4.5.0",
"version": "4.6.0-beta.1",
"description": "Build tools and sources for developing OpenLayers based mapping applications",
"keywords": [
"map",

View File

@@ -21,7 +21,7 @@ BUILDS=dist
#
# URL for canonical repo.
#
REMOTE=https://github.com/openlayers/openlayers.git
REMOTE=https://github.com/ahocevar/openlayers.git
#
# Display usage and exit.
@@ -98,7 +98,7 @@ main() {
npm install
build_js ${PROFILES}
build_css
npm publish
npm publish --tag beta
}
if test ${#} -ne 1; then