Skip to content

Commit

Permalink
💖 Release v2.0.2 💖
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Apr 1, 2021
1 parent 70a7da4 commit 996d266
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,5 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.2)
project(QAppImageUpdate VERSION 2.0.1)
project(QAppImageUpdate VERSION 2.0.2)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
2 changes: 1 addition & 1 deletion src/qappimageupdate_p.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1817,5 +1817,5 @@ QString QAppImageUpdatePrivate::errorCodeToDescriptionString(short errorCode) {
}

QString QAppImageUpdatePrivate::versionString() {
return QString::fromUtf8("2.0.1");
return QString::fromUtf8("2.0.2");
}

0 comments on commit 996d266

Please sign in to comment.