Merge tag '1.13.3' into develop

Release 1.13.3
pull/668/head^2
Anthony Lapenna 2017-06-20 13:21:16 +02:00
commit 3592e88e4f
4 changed files with 3 additions and 4 deletions

View File

@ -305,7 +305,7 @@ type (
const (
// APIVersion is the version number of the Portainer API.
APIVersion = "1.13.2"
APIVersion = "1.13.3"
// DBVersion is the version number of the Portainer database.
DBVersion = 2
// DefaultTemplatesURL represents the default URL for the templates definitions.

View File

@ -747,4 +747,3 @@ angular.module('portainer', [
.constant('TEMPLATES_ENDPOINT', 'api/templates')
.constant('DEFAULT_TEMPLATES_URL', 'https://raw.githubusercontent.com/portainer/templates/master/templates.json')
.constant('PAGINATION_MAX_ITEMS', 10);
// .constant('UI_VERSION', 'v1.13.2');

View File

@ -1,6 +1,6 @@
{
"name": "portainer",
"version": "1.13.2",
"version": "1.13.3",
"homepage": "https://github.com/portainer/portainer",
"authors": [
"Anthony Lapenna <anthony.lapenna at gmail dot com>"

View File

@ -2,7 +2,7 @@
"author": "Portainer.io",
"name": "portainer",
"homepage": "http://portainer.io",
"version": "1.13.2",
"version": "1.13.3",
"repository": {
"type": "git",
"url": "git@github.com:portainer/portainer.git"