Skip to content

Commit 4a47ee5

Browse files
authored
Merge pull request #25 from dmitry-s93/version/0.2.0
Bump version to 0.2.0
2 parents 6b5adda + e473766 commit 4a47ee5

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

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

1114
## [0.1.2] 2022-10-02

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
project(MControlCenter VERSION 0.1.2 LANGUAGES CXX)
3+
project(MControlCenter VERSION 0.2.0 LANGUAGES CXX)
44

55
set(CMAKE_INCLUDE_CURRENT_DIR ON)
66

src/mainwindow.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@
775775
<item row="0" column="1">
776776
<widget class="QLabel" name="versionValueLabel">
777777
<property name="text">
778-
<string notr="true">0.1.2</string>
778+
<string notr="true">0.2.0</string>
779779
</property>
780780
</widget>
781781
</item>

0 commit comments

Comments
 (0)