Skip to content

Commit ae3d1c3

Browse files
Kevan AhlquistKevan Ahlquist
authored andcommitted
Bump version to 0.7.0.
1 parent d04b17e commit ae3d1c3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The DockerUI code is licensed under the MIT license.
5555

5656

5757
**DockerUI:**
58-
Copyright (c) 2014 Michael Crosby. crosbymichael.com
58+
Copyright (c) 2014-2015 Michael Crosby (crosbymichael.com), Kevan Ahlquist (kevanahlquist.com)
5959

6060
Permission is hereby granted, free of charge, to any person
6161
obtaining a copy of this software and associated documentation

app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ angular.module('dockerui', ['dockerui.templates', 'ngRoute', 'dockerui.services'
3636
// You need to set this to the api endpoint without the port i.e. http://192.168.1.9
3737
.constant('DOCKER_ENDPOINT', 'dockerapi')
3838
.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
39-
.constant('UI_VERSION', 'v0.7.0-beta')
39+
.constant('UI_VERSION', 'v0.7.0')
4040
.constant('DOCKER_API_VERSION', 'v1.17');

dist/dockerui.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! dockerui - v0.7.0-beta - 2015-04-02
1+
/*! dockerui - v0.7.0 - 2015-04-03
22
* https://github.com/crosbymichael/dockerui
33
* Copyright (c) 2015 Michael Crosby & Kevan Ahlquist;
44
* Licensed MIT
@@ -41,7 +41,7 @@ angular.module('dockerui', ['dockerui.templates', 'ngRoute', 'dockerui.services'
4141
// You need to set this to the api endpoint without the port i.e. http://192.168.1.9
4242
.constant('DOCKER_ENDPOINT', 'dockerapi')
4343
.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
44-
.constant('UI_VERSION', 'v0.7.0-beta')
44+
.constant('UI_VERSION', 'v0.7.0')
4545
.constant('DOCKER_API_VERSION', 'v1.17');
4646

4747
angular.module('builder', [])

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.7.0-beta",
5+
"version": "0.7.0",
66
"repository": {
77
"type": "git",
88
"url": "[email protected]:crosbymichael/dockerui.git"

0 commit comments

Comments
 (0)