From d12d2734c0b48eeb520ce66a00c084fd4d503a79 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 19 Dec 2014 18:00:19 -0700 Subject: [PATCH] Test --- package.json | 4 ++-- tasks/publish.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.