Skip to content

Commit 35ec931

Browse files
authored
Merge pull request #14 from dmitry-s93/version/0.1.2
Bump version to 0.1.2
2 parents 2fb9582 + 6f2574e commit 35ec931

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## [0.1.2] 2022-10-02
8+
79
- GUI improvements
10+
- Some optimizations
11+
- Added link to bug tracker
812
- Added "Fully charged" battery status
913
- Added "Fully charged (Discharging)" battery status
1014

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.1 LANGUAGES CXX)
3+
project(MControlCenter VERSION 0.1.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
@@ -671,7 +671,7 @@
671671
<item row="0" column="1">
672672
<widget class="QLabel" name="versionValueLabel">
673673
<property name="text">
674-
<string notr="true">0.1.1</string>
674+
<string notr="true">0.1.2</string>
675675
</property>
676676
</widget>
677677
</item>

0 commit comments

Comments
 (0)