diff --git a/README.md b/README.md index dafd021..9ee3208 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/app.js b/app/app.js index e13fc67..66ad735 100644 --- a/app/app.js +++ b/app/app.js @@ -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'); diff --git a/dist/dockerui.js b/dist/dockerui.js index 6e9b06a..07298ee 100644 --- a/dist/dockerui.js +++ b/dist/dockerui.js @@ -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 @@ -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', []) diff --git a/package.json b/package.json index 3598576..13b757b 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:crosbymichael/dockerui.git"