1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

Bumped version number to 1.0.1

This commit is contained in:
Anthony Lapenna 2016-06-08 18:36:35 +12:00
parent b1e4800605
commit a471b77f8d
3 changed files with 3 additions and 3 deletions

View file

@ -114,4 +114,4 @@ angular.module('uifordocker', [
// 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', 'v1.0.0');
.constant('UI_VERSION', 'v1.0.1');