Whoah there, back down to 0.8.0-beta.

This commit is contained in:
Kevan Ahlquist
2015-08-24 20:52:49 -05:00
parent f7949eb1d3
commit 5dfc079afd
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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');
+2 -2
View File
@@ -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', [])
+1 -1
View File
@@ -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"