We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ce2c2 commit 3ecc140Copy full SHA for 3ecc140
rpm/harbour-foilnotes.spec
@@ -1,6 +1,6 @@
1
Name: harbour-foilnotes
2
Summary: Encrypted notes
3
-Version: 1.1.5
+Version: 1.1.6
4
Release: 1
5
License: BSD
6
URL: https://github.com/monich/harbour-foilnotes
settings/settings.qml
@@ -28,7 +28,7 @@ Page {
28
description: applicationName ?
29
//: Settings page header description (app version)
30
//% "Version %1"
31
- qsTrId("foilnotes-settings_page-header-version").arg("1.1.5") : ""
+ qsTrId("foilnotes-settings_page-header-version").arg("1.1.6") : ""
32
33
Image {
34
id: appIcon
0 commit comments