From 135a92feb4fce2ef020144b593efa85e8f944351 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Tue, 28 Mar 2017 15:18:29 +0200 Subject: [PATCH] chore(version): bump version number --- api/portainer.go | 2 +- app/app.js | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/portainer.go b/api/portainer.go index 66ac3e7d5..7feaab60a 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -176,7 +176,7 @@ type ( const ( // APIVersion is the version number of Portainer API. - APIVersion = "1.12.1" + APIVersion = "1.12.2" // DBVersion is the version number of Portainer database. DBVersion = 1 ) diff --git a/app/app.js b/app/app.js index e854a4131..21ed9207a 100644 --- a/app/app.js +++ b/app/app.js @@ -573,4 +573,4 @@ angular.module('portainer', [ .constant('ENDPOINTS_ENDPOINT', 'api/endpoints') .constant('TEMPLATES_ENDPOINT', 'api/templates') .constant('PAGINATION_MAX_ITEMS', 10) - .constant('UI_VERSION', 'v1.12.1'); + .constant('UI_VERSION', 'v1.12.2'); diff --git a/bower.json b/bower.json index 171d81c31..5fc36af9e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "portainer", - "version": "1.12.1", + "version": "1.12.2", "homepage": "https://github.com/portainer/portainer", "authors": [ "Anthony Lapenna " diff --git a/package.json b/package.json index 29e29ea80..8b72e0f64 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "1.12.1", + "version": "1.12.2", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"