From 2ea930c5b9c6c430cf23e4d026891faa58194946 Mon Sep 17 00:00:00 2001 From: Justin Kolberg Date: Wed, 22 May 2019 14:20:16 -0700 Subject: [PATCH] Release 1.7.0 Signed-off-by: Justin Kolberg --- bower.json | 2 +- js/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index de313a0..93c7ad2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "uchiwa-web", - "version": "1.6.0", + "version": "1.7.0", "ignore": [ "**/.*", "node_modules", diff --git a/js/constants.js b/js/constants.js index 1be6f90..59236c5 100644 --- a/js/constants.js +++ b/js/constants.js @@ -7,7 +7,7 @@ constantModule.value('THEMES', [ ]); // Version -var version = '1.6.0'; +var version = '1.7.0'; constantModule.constant('VERSION', version); constantModule.value('VERSIONS', { uchiwa: version