Skip to content

Commit

Permalink
Merge pull request #25 from dmitry-s93/version/0.2.0
Browse files Browse the repository at this point in the history
Bump version to 0.2.0
  • Loading branch information
dmitry-s93 authored Oct 16, 2022
2 parents 6b5adda + e473766 commit 4a47ee5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.

## Unreleased

- Added mode change
## [0.2.0] 2022-10-16
- Added mode change (High Performance, Balanced, Silent, Super Battery)
- Added support for Portuguese language (Thanks [rottenpants466](https://www.github.com/rottenpants466))
- Run helper as D-BUS service
- Some optimizations
- Fixed typos

## [0.1.2] 2022-10-02
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(MControlCenter VERSION 0.1.2 LANGUAGES CXX)
project(MControlCenter VERSION 0.2.0 LANGUAGES CXX)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@
<item row="0" column="1">
<widget class="QLabel" name="versionValueLabel">
<property name="text">
<string notr="true">0.1.2</string>
<string notr="true">0.2.0</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 4a47ee5

Please sign in to comment.