From a67b68786e42972989a560484f9d444e2ff60d7b Mon Sep 17 00:00:00 2001 From: DionysusBenstein Date: Sun, 15 Jul 2018 10:48:37 +0300 Subject: [PATCH] Update version to 2.9.0 --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.qml b/main.qml index 291a75e..bd643a6 100644 --- a/main.qml +++ b/main.qml @@ -36,7 +36,7 @@ ApplicationWindow { readonly property color closeButtonColor: "#e81123" readonly property color lightFontColor: "#9a9a9a" readonly property color darkFontColor: "#404040" - readonly property string appVersion: "2.8.4" + readonly property string appVersion: "2.9.0" property color primaryColor: "#e91e63" property color lightColor: "#ff6090" property color darkColor: "#b0003a"