Skip to content

Commit

Permalink
Merge pull request #75 from dmitry-s93/version/0.3.2
Browse files Browse the repository at this point in the history
Bump version to 0.3.2
  • Loading branch information
dmitry-s93 authored Nov 28, 2022
2 parents 24b17a3 + daa373b commit dfae650
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.

## Unreleased

## [0.3.2] 2022-11-28
- Added fan mode display
- Added description on mode tab
- Added "Cooler Boost" item to tray menu
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.3.1 LANGUAGES CXX)
project(MControlCenter VERSION 0.3.2 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 @@ -763,7 +763,7 @@
<item row="0" column="1">
<widget class="QLabel" name="versionValueLabel">
<property name="text">
<string notr="true">0.3.1</string>
<string notr="true">0.3.2</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit dfae650

Please sign in to comment.