Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-s93 committed Oct 28, 2022
1 parent 06bbb2a commit 72579ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.0 LANGUAGES CXX)
project(MControlCenter VERSION 0.3.0 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 @@ -729,7 +729,7 @@
<item row="0" column="1">
<widget class="QLabel" name="versionValueLabel">
<property name="text">
<string notr="true">0.2.0</string>
<string notr="true">0.3.0</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 72579ed

Please sign in to comment.