Skip to content

Commit

Permalink
Merge pull request #119 from dmitry-s93/version/0.4.1
Browse files Browse the repository at this point in the history
Bump version to 0.4.1
  • Loading branch information
dmitry-s93 committed Aug 9, 2023
2 parents b5785e1 + b79a6a1 commit f04ca98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.

## Unreleased

## [0.4.1] 2023-08-09
- Fixed UI lags when resizing the window (issue https://github.com/dmitry-s93/MControlCenter/issues/97)
- Updated Norwegian Bokmål (Thanks [msigurdsen](https://github.com/msigurdsen))
- Added support for German language (Thanks [EchterAlsFake](https://github.com/EchterAlsFake))
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(MControlCenter VERSION 0.4.0 LANGUAGES CXX)
project(MControlCenter VERSION 0.4.1 LANGUAGES CXX)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.ui
Expand Up @@ -1603,7 +1603,7 @@
<item row="0" column="1">
<widget class="QLabel" name="versionValueLabel">
<property name="text">
<string notr="true">0.4.0</string>
<string notr="true">0.4.1</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit f04ca98

Please sign in to comment.