Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Apr 20, 2019
1 parent b9e243b commit 74126c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ 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.1.1...HEAD)
[Full Changelog](https://github.com/Shatur95/optimus-manager-qt/compare/1.1.2...HEAD)

_No unreleased changes yet_

## [1.1.2](https://github.com/Shatur95/optimus-manager-qt/tree/HEAD)) (2019-04-20)

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

**Changed**

- Fixed switching when bbswitch is unavailable.
- Fix switching when bbswitch is unavailable.
- Fix confirm message showing when it's disabled.
- Fix the closing of the application after exiting the settings.

## [1.1.1](https://github.com/Shatur95/optimus-manager-qt/tree/HEAD)) (2019-03-28)

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.1.1");
SingleApplication::setApplicationVersion("1.1.2");
app.setQuitOnLastWindowClosed(false);

// Set localization
Expand Down

0 comments on commit 74126c7

Please sign in to comment.