diff --git a/package.json b/package.json index ae546f8db8..3356a44c88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "openlayers", - "version": "3.1.0-pre.3", + "name": "openlayers-test", + "version": "3.1.0-pre.4", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/tasks/publish.sh b/tasks/publish.sh index d9b5d42c3a..d1a852f174 100755 --- a/tasks/publish.sh +++ b/tasks/publish.sh @@ -16,7 +16,7 @@ PROFILES="ol ol-debug" # # URL for canonical repo. # -REMOTE=https://github.com/openlayers/ol3.git +REMOTE=https://github.com/tschaub/ol3.git # # Display usage and exit.