Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenDB committed Jan 20, 2023
1 parent b49a00c commit f91fe62
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
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

project(nheko-krunner VERSION 0.1.0 LANGUAGES CXX)
project(nheko-krunner VERSION 0.2.0 LANGUAGES CXX)

set(KF5_MIN_VERSION "5.90.0")

Expand Down
2 changes: 1 addition & 1 deletion src/NhekoKRunnerConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NhekoKRunnerConfig::NhekoKRunnerConfig(QWidget *parent, const QVariantList &args
{
auto about = new KAboutData{QStringLiteral("nheko-krunner"),
QStringLiteral("nheko"),
QStringLiteral("0.1.0"),
QStringLiteral("0.2.0"),
tr("List rooms and perform other actions with nheko."),
KAboutLicense::LGPL_V2_1};
about->addAuthor(QStringLiteral("Loren Burkholder"), tr("Author"), QStringLiteral("[email protected]"));
Expand Down

0 comments on commit f91fe62

Please sign in to comment.