diff --git a/app/app.js b/app/app.js index 5ae2323bc..858a4533c 100644 --- a/app/app.js +++ b/app/app.js @@ -41,5 +41,5 @@ angular.module('dockerui', ['dockerui.templates', 'ngRoute', 'dockerui.services' // 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') + .constant('UI_VERSION', 'v0.8.0-beta') .constant('DOCKER_API_VERSION', 'v1.20'); diff --git a/dist/dockerui.js b/dist/dockerui.js index fc52c237e..c7d968849 100644 --- a/dist/dockerui.js +++ b/dist/dockerui.js @@ -1,4 +1,4 @@ -/*! dockerui - v0.9.0-beta - 2015-08-24 +/*! dockerui - v0.8.0-beta - 2015-08-24 * https://github.com/crosbymichael/dockerui * Copyright (c) 2015 Michael Crosby & Kevan Ahlquist; * Licensed MIT @@ -46,7 +46,7 @@ angular.module('dockerui', ['dockerui.templates', 'ngRoute', 'dockerui.services' // 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') + .constant('UI_VERSION', 'v0.8.0-beta') .constant('DOCKER_API_VERSION', 'v1.20'); angular.module('builder', []) diff --git a/package.json b/package.json index 143e69a85..f91e6a816 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.8.0-beta", "repository": { "type": "git", "url": "git@github.com:crosbymichael/dockerui.git"