Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Nov 12, 2019
1 parent 7f3dd4c commit 14307b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. This projec

## [Unreleased](https://github.com/Shatur95/optimus-manager-qt/tree/HEAD)

[Full Changelog](https://github.com/Shatur95/optimus-manager-qt/compare/1.4.0...HEAD)
[Full Changelog](https://github.com/Shatur95/optimus-manager-qt/compare/1.4.1...HEAD)

_No unreleased changes yet_

## [1.4.1](https://github.com/Shatur95/optimus-manager-qt/tree/1.4.1) (2019-11-12)

[Full Changelog](https://github.com/Shatur95/optimus-manager-qt/compare/1.4.0...1.4.1)

**Added**

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int main(int argc, char *argv[])
SingleApplication app(argc, argv);
SingleApplication::setApplicationName("Optimus Manager");
SingleApplication::setOrganizationName("optimus-manager");
SingleApplication::setApplicationVersion("1.4.0");
SingleApplication::setApplicationVersion("1.4.1");
SingleApplication::setQuitOnLastWindowClosed(false);

// Set localization
Expand Down

0 comments on commit 14307b6

Please sign in to comment.