diff --git a/bower.json b/bower.json index 114c819..de313a0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "uchiwa-web", - "version": "1.5.0", + "version": "1.6.0", "ignore": [ "**/.*", "node_modules", diff --git a/js/constants.js b/js/constants.js index 898ad81..1be6f90 100644 --- a/js/constants.js +++ b/js/constants.js @@ -7,7 +7,7 @@ constantModule.value('THEMES', [ ]); // Version -var version = '1.5.0'; +var version = '1.6.0'; constantModule.constant('VERSION', version); constantModule.value('VERSIONS', { uchiwa: version