Skip to content

Commit f9aedad

Browse files
committed
Merge branch 'crosbymichael-master' into crosbymichael-dist
1 parent d4cfa11 commit f9aedad

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

app/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ angular.module('dockerui', ['dockerui.templates', 'ngRoute', 'dockerui.services'
4848
// You need to set this to the api endpoint without the port i.e. http://192.168.1.9
4949
.constant('DOCKER_ENDPOINT', 'dockerapi')
5050
.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
51-
.constant('UI_VERSION', 'v0.8.0')
52-
.constant('DOCKER_API_VERSION', 'v1.20');
51+
.constant('UI_VERSION', 'v0.8.1')
52+
.constant('DOCKER_API_VERSION', 'v1.21');

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dockerui",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"homepage": "https://github.com/crosbymichael/dockerui",
55
"authors": [
66
"Michael Crosby <[email protected]>",

dist/dockerui.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Michael Crosby & Kevan Ahlquist",
33
"name": "dockerui",
44
"homepage": "https://github.com/crosbymichael/dockerui",
5-
"version": "0.8.0",
5+
"version": "0.8.1",
66
"repository": {
77
"type": "git",
88
"url": "[email protected]:crosbymichael/dockerui.git"

0 commit comments

Comments
 (0)