From d90349862d16ca74ab4a2224c1f23821981e4006 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Mon, 23 Sep 2024 02:02:08 +0300 Subject: [PATCH] Version 1.1.5 --- 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 2013b6b..b42532d 100644 --- a/rpm/harbour-foilnotes.spec +++ b/rpm/harbour-foilnotes.spec @@ -1,6 +1,6 @@ Name: harbour-foilnotes Summary: Encrypted notes -Version: 1.1.4 +Version: 1.1.5 Release: 1 License: BSD URL: https://github.com/monich/harbour-foilnotes diff --git a/settings/settings.qml b/settings/settings.qml index 1acebf5..5fa9001 100644 --- a/settings/settings.qml +++ b/settings/settings.qml @@ -28,7 +28,7 @@ Page { description: applicationName ? //: Settings page header description (app version) //% "Version %1" - qsTrId("foilnotes-settings_page-header-version").arg("1.1.4") : "" + qsTrId("foilnotes-settings_page-header-version").arg("1.1.5") : "" Image { id: appIcon