From c82cd50d87ef7aa64c06415ffdec6615e6b8cf47 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Tue, 20 Jun 2017 13:21:06 +0200 Subject: [PATCH] chore(version): bump version number --- api/portainer.go | 2 +- app/app.js | 1 - bower.json | 2 +- package.json | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/api/portainer.go b/api/portainer.go index 4e3f757d2..3bb862c98 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -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. diff --git a/app/app.js b/app/app.js index c9a359971..bba4ad835 100644 --- a/app/app.js +++ b/app/app.js @@ -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'); diff --git a/bower.json b/bower.json index c4fd69c3c..c4563ea27 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "portainer", - "version": "1.13.2", + "version": "1.13.3", "homepage": "https://github.com/portainer/portainer", "authors": [ "Anthony Lapenna " diff --git a/package.json b/package.json index 40af843db..206efa37e 100644 --- a/package.json +++ b/package.json @@ -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"