Skip to content

Commit

Permalink
release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FishHawk committed Mar 7, 2022
1 parent 29e1992 commit c0f057c
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.13)
project(fez-dot
VERSION 1.0
VERSION 0.1.1
LANGUAGES CXX)

add_subdirectory(src)
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int main(int argc, char *argv[]) {
QApplication app(argc, argv);
QApplication::setApplicationName("fez-dot");
QApplication::setApplicationDisplayName("Fez Dot");
QApplication::setApplicationVersion("0.1.0");
QApplication::setApplicationVersion("0.1.1");

// initialize dir
QString configLocation = QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation);
Expand Down

0 comments on commit c0f057c

Please sign in to comment.