Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Plourde <[email protected]>
  • Loading branch information
palourde committed Dec 14, 2018
1 parent 84e7d9c commit c4a6d5d
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.4.0",
"version": "1.4.1",
"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.4.0';
var version = '1.4.1';
constantModule.constant('VERSION', version);
constantModule.value('VERSIONS', {
uchiwa: version
Expand Down

0 comments on commit c4a6d5d

Please sign in to comment.