Skip to content

Commit e61e5da

Browse files
committed
Bump version date
1 parent 4fb4349 commit e61e5da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qml/NonKDE/JsMainUiHelper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function showOverlay() {
194194
}
195195

196196
function showHelpOverlay() {
197-
overlayHelp.textTo = qsTr('Bezier Clock v1.1: Options Keys\n' +
197+
overlayHelp.textTo = qsTr('Bezier Clock v1.1 | 11-FEB-2018: Options Keys\n' +
198198
'+------------------------------------+-----------------------------------+\n' +
199199
'| Left Click - Show Control Lines | Right Click - Continual Animation |\n' +
200200
'| | |\n' +

qml/config.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Row {
188188
id: aboutLabel
189189
visible: false
190190
onLinkActivated: Qt.openUrlExternally(link)
191-
text: qsTr('<br><strong>Bezier Clock</strong><br><font color="gray">v1.1 | 09-FEB-2018</font><br><br>' +
191+
text: qsTr('<br><strong>Bezier Clock</strong><br><font color="gray">v1.1 | 11-FEB-2018</font><br><br>' +
192192
'KDE Plasma 5 Port: © <font color="orange"><b>EXL</b></font>, 2016<br>' +
193193
'<a href="http://exlmoto.ru/bezier-clock">exlmoto.ru/bezier-clock</a><br>' +
194194
'<a href="https://github.com/EXL/BezierClock">github.com/EXL/BezierClock</a><br>' +

0 commit comments

Comments
 (0)