diff --git a/app/app.js b/app/app.js index 28219cba3..9e7781e5e 100644 --- a/app/app.js +++ b/app/app.js @@ -96,4 +96,4 @@ angular.module('dockerui', [ // You need to set this to the api endpoint without the port i.e. http://192.168.1.9 .constant('DOCKER_ENDPOINT', 'dockerapi') .constant('DOCKER_PORT', '') // Docker port, leave as an empty string if no port is requred. If you have a port, prefix it with a ':' i.e. :4243 - .constant('UI_VERSION', 'v0.9.0-beta'); \ No newline at end of file + .constant('UI_VERSION', 'v0.10.1-beta'); diff --git a/bower.json b/bower.json index 47c92c401..6d1392458 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "dockerui", - "version": "0.9.0-beta", + "version": "0.10.1-beta", "homepage": "https://github.com/crosbymichael/dockerui", "authors": [ "Michael Crosby ", diff --git a/package.json b/package.json index c442651d7..1962155c6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Michael Crosby & Kevan Ahlquist", "name": "dockerui", "homepage": "https://github.com/crosbymichael/dockerui", - "version": "0.9.0-beta", + "version": "0.10.1-beta", "repository": { "type": "git", "url": "git@github.com:crosbymichael/dockerui.git"