Skip to content

Commit db5dd0c

Browse files
committed
Version bump to 0.11.0
1 parent a7e0a14 commit db5dd0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ angular.module('uifordocker', [
9797
// You need to set this to the api endpoint without the port i.e. http://192.168.1.9
9898
.constant('DOCKER_ENDPOINT', 'dockerapi')
9999
.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
100-
.constant('UI_VERSION', 'v0.11.0-beta');
100+
.constant('UI_VERSION', 'v0.11.0');

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uifordocker",
3-
"version": "0.11.0-beta",
3+
"version": "0.11.0",
44
"homepage": "https://github.com/kevana/ui-for-docker",
55
"authors": [
66
"Michael Crosby <[email protected]>",

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": "uifordocker",
44
"homepage": "https://github.com/kevana/ui-for-docker",
5-
"version": "0.11.0-beta",
5+
"version": "0.11.0",
66
"repository": {
77
"type": "git",
88
"url": "[email protected]:kevana/ui-for-docker.git"

0 commit comments

Comments
 (0)