summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-04 14:08:46 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-04 14:08:46 +0200
commit7fc33a71fd88fdb3a0a744607f5434b8b96e7ca3 (patch)
tree6dd3b801258a7bc94a46e8dec5d1c0b561b0a815 /src
parentDon't open room switcher when another dialog is open (diff)
downloadnheko-7fc33a71fd88fdb3a0a744607f5434b8b96e7ca3.tar.xz
Bump version
Diffstat (limited to 'src')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc

index 5138ec1b..1b78e538 100644 --- a/src/main.cc +++ b/src/main.cc
@@ -119,7 +119,7 @@ main(int argc, char *argv[]) } QCoreApplication::setApplicationName("nheko"); - QCoreApplication::setApplicationVersion("0.1.0"); + QCoreApplication::setApplicationVersion("0.2.0"); QCoreApplication::setOrganizationName("nheko"); QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);