From 78b036eba783abcb5ee9ef1ad8cab5bcd1baa976 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sun, 19 Feb 2023 21:17:31 +0200 Subject: [PATCH] Version 1.1.1 --- rpm/harbour-foilnotes.spec | 2 +- settings/settings.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/harbour-foilnotes.spec b/rpm/harbour-foilnotes.spec index 59a6ad8..7d2c805 100644 --- a/rpm/harbour-foilnotes.spec +++ b/rpm/harbour-foilnotes.spec @@ -1,6 +1,6 @@ Name: harbour-foilnotes Summary: Encrypted notes -Version: 1.1.0 +Version: 1.1.1 Release: 1 License: BSD URL: https://github.com/monich/harbour-foilnotes diff --git a/settings/settings.qml b/settings/settings.qml index 3c747be..c1ebd1b 100644 --- a/settings/settings.qml +++ b/settings/settings.qml @@ -27,7 +27,7 @@ Page { description: applicationName ? //: Settings page header description (app version) //% "Version %1" - qsTrId("foilnotes-settings_page-header-version").arg("1.1.0") : "" + qsTrId("foilnotes-settings_page-header-version").arg("1.1.1") : "" Image { id: appIcon