Skip to content

Commit d69ef80

Browse files
authored
Merge pull request #47 from dmitry-s93/version/0.3.0
Bump version to 0.3.0
2 parents 06bbb2a + 72579ed commit d69ef80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.2.0 LANGUAGES CXX)
3+
project(MControlCenter VERSION 0.3.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
@@ -729,7 +729,7 @@
729729
<item row="0" column="1">
730730
<widget class="QLabel" name="versionValueLabel">
731731
<property name="text">
732-
<string notr="true">0.2.0</string>
732+
<string notr="true">0.3.0</string>
733733
</property>
734734
</widget>
735735
</item>

0 commit comments

Comments
 (0)