Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed May 22, 2019
1 parent addc75a commit 2ea930c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uchiwa-web",
"version": "1.6.0",
"version": "1.7.0",
"ignore": [
"**/.*",
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ea930c

Please sign in to comment.