Skip to content

Commit

Permalink
Bump version to 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevan Ahlquist authored and Kevan Ahlquist committed Apr 3, 2015
1 parent d04b17e commit ae3d1c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The DockerUI code is licensed under the MIT license.


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

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,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.7.0-beta')
.constant('UI_VERSION', 'v0.7.0')
.constant('DOCKER_API_VERSION', 'v1.17');
4 changes: 2 additions & 2 deletions dist/dockerui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! dockerui - v0.7.0-beta - 2015-04-02
/*! dockerui - v0.7.0 - 2015-04-03
* https://github.com/crosbymichael/dockerui
* Copyright (c) 2015 Michael Crosby & Kevan Ahlquist;
* Licensed MIT
Expand Down Expand Up @@ -41,7 +41,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.7.0-beta')
.constant('UI_VERSION', 'v0.7.0')
.constant('DOCKER_API_VERSION', 'v1.17');

angular.module('builder', [])
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Michael Crosby & Kevan Ahlquist",
"name": "dockerui",
"homepage": "https://github.com/crosbymichael/dockerui",
"version": "0.7.0-beta",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "[email protected]:crosbymichael/dockerui.git"
Expand Down

0 comments on commit ae3d1c3

Please sign in to comment.