diff --git a/build.sh b/build.sh index 1980ec60..aa33968f 100755 --- a/build.sh +++ b/build.sh @@ -11,7 +11,7 @@ cp src/index.html mopidy_iris/static/index.html # process production html BUILD=$(date +%s) if [ $# -eq 0 ]; then - VERSION="preview" + VERSION="0.0.0" else VERSION=$1 fi diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index a81843d3..73b53c51 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler from core import IrisCore logger = logging.getLogger(__name__) -__version__ = "33" +__version__ = "0.0.0" ## # Core extension class diff --git a/package.json b/package.json index 0d17db18..6e44cf46 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "33", + "version": "0.0.0", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ", @@ -44,6 +44,6 @@ "dev": "./build.sh && NODE_ENV=development webpack --watch", "prod": "./build.sh && NODE_ENV=development webpack && NODE_ENV=production webpack", "test": "./build.sh $1", - "release": "NODE_ENV=production webpack && NODE_ENV=development webpack && ./build.sh $1 && git add -A && git commit -m 'Buildout for version $1' && python setup.py sdist upload -r pypi" + "release": "NODE_ENV=production webpack && NODE_ENV=development webpack && ./build.sh $1 && python setup.py sdist upload -r pypi" } } diff --git a/src/index.html b/src/index.html index 582d7db4..d619f501 100755 --- a/src/index.html +++ b/src/index.html @@ -38,10 +38,13 @@