From 8d97b886de4abcef31eac1b8a4cf2f2fb1feeb13 Mon Sep 17 00:00:00 2001
From: Kevin Whitaker <eyecreate@eyecreate.org>
Date: Wed, 1 Dec 2021 16:35:43 -0500
Subject: [PATCH] Update app to 1.1.4 for release.

---
 packaging/org.eyecreate.qiflora.appdata.xml | 6 ++++++
 packaging/org.eyecreate.qiflora.desktop     | 2 +-
 src/main.cpp                                | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/packaging/org.eyecreate.qiflora.appdata.xml b/packaging/org.eyecreate.qiflora.appdata.xml
index 5c5ba7f..4dd13e4 100644
--- a/packaging/org.eyecreate.qiflora.appdata.xml
+++ b/packaging/org.eyecreate.qiflora.appdata.xml
@@ -23,6 +23,12 @@
       </screenshot>
   </screenshots>
   <releases>
+      <release version="1.1.4" date="2021-12-1" type="stable">
+          <description>
+              <p>Fixed chart axis and history based on code from Michael Hufer.</p>
+              <p>Fixed colors of charts based on widget theme.</p>
+          </description>
+      </release>
       <release version="1.1.3" date="2020-07-14" type="stable">
           <description>
               <p>Fixed icon display on some platforms.</p>
diff --git a/packaging/org.eyecreate.qiflora.desktop b/packaging/org.eyecreate.qiflora.desktop
index 0dfd09d..1bfa0d2 100755
--- a/packaging/org.eyecreate.qiflora.desktop
+++ b/packaging/org.eyecreate.qiflora.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=QiFlora
 Comment=Monitor plants with Mi Flora sensors.
-Version=1.1.2
+Version=1.1.4
 Exec=qiflora
 MimeType=application/x-qiflora;
 Icon=org.eyecreate.qiflora
diff --git a/src/main.cpp b/src/main.cpp
index 0a7ab95..9c3052d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -17,7 +17,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
     QQuickStyle::setStyle("Material");
 #endif
     
-    KAboutData aboutData("org.eyecreate.qiflora", "QiFlora", "1.1.3", "Mobile friendly application to monitor Mi Flora devices.",KAboutLicense::GPL_V3);//TODO:i18n
+    KAboutData aboutData("org.eyecreate.qiflora", "QiFlora", "1.1.4", "Mobile friendly application to monitor Mi Flora devices.",KAboutLicense::GPL_V3);//TODO:i18n
     aboutData.setProductName("qiflora");
     aboutData.addAuthor("Kevin Whitaker",QString(),"eyecreate@eyecreate.org","https://www.eyecreate.org");
     aboutData.setDesktopFileName("org.eyecreate.qiflora");
-- 
GitLab