We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f043b57 commit df6a473Copy full SHA for df6a473
qml/pages/About.qml
@@ -43,7 +43,7 @@ Page {
43
}
44
45
Label {
46
- text: "Vocabulary 1.0"
+ text: "Vocabulary 1.1"
47
48
49
Text {
qml/pages/List.qml
@@ -106,7 +106,7 @@ Page {
106
Timer {
107
id: search_timer
108
repeat: false
109
- interval: 1000
+ interval: 750
110
onTriggered: {
111
functions.filter_list(page.search_text)
112
rpm/harbour-vocabulary.spec
@@ -8,7 +8,7 @@ Name: harbour-vocabulary
8
%{!?qtc_make:%define qtc_make make}
9
%{?qtc_builddir:%define _builddir %qtc_builddir}
10
Summary: Vocabulary trainer for SailfishOS
11
-Version: 1.0
+Version: 1.1
12
Release: 1
13
Group: Qt/Qt
14
License: Apache-2.0
0 commit comments