diff --git a/api/main.go b/api/main.go index d882a8dcd..a2c5a0f15 100644 --- a/api/main.go +++ b/api/main.go @@ -6,7 +6,7 @@ import ( // main is the entry point of the program func main() { - kingpin.Version("1.5.0") + kingpin.Version("1.6.0") var ( endpoint = kingpin.Flag("host", "Dockerd endpoint").Default("unix:///var/run/docker.sock").Short('H').String() addr = kingpin.Flag("bind", "Address and port to serve UI For Docker").Default(":9000").Short('p').String() diff --git a/app/app.js b/app/app.js index dd2c27d5c..206161c75 100644 --- a/app/app.js +++ b/app/app.js @@ -156,4 +156,4 @@ angular.module('uifordocker', [ .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('CONFIG_ENDPOINT', 'settings') - .constant('UI_VERSION', 'v1.5.0'); + .constant('UI_VERSION', 'v1.6.0'); diff --git a/bower.json b/bower.json index eda8a5475..8220a2dde 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "uifordocker", - "version": "1.5.0", + "version": "1.6.0", "homepage": "https://github.com/kevana/ui-for-docker", "authors": [ "Michael Crosby ", diff --git a/package.json b/package.json index 829adeb49..025680d1e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Michael Crosby & Kevan Ahlquist", "name": "uifordocker", "homepage": "https://github.com/kevana/ui-for-docker", - "version": "1.5.0", + "version": "1.6.0", "repository": { "type": "git", "url": "git@github.com:kevana/ui-for-docker.git"