Skip to content

Commit dfae650

Browse files
authored
Merge pull request #75 from dmitry-s93/version/0.3.2
Bump version to 0.3.2
2 parents 24b17a3 + daa373b commit dfae650

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55
## Unreleased
6+
7+
## [0.3.2] 2022-11-28
68
- Added fan mode display
79
- Added description on mode tab
810
- Added "Cooler Boost" item to tray menu

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.3.1 LANGUAGES CXX)
3+
project(MControlCenter VERSION 0.3.2 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
@@ -763,7 +763,7 @@
763763
<item row="0" column="1">
764764
<widget class="QLabel" name="versionValueLabel">
765765
<property name="text">
766-
<string notr="true">0.3.1</string>
766+
<string notr="true">0.3.2</string>
767767
</property>
768768
</widget>
769769
</item>

0 commit comments

Comments
 (0)