chore(version): bump version number

pull/104/head
Anthony Lapenna 8 years ago
parent e661cef2fe
commit f1ec419e3a

@ -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()

@ -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');

@ -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 <crosbymichael@gmail.com>",

@ -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"

Loading…
Cancel
Save