From 61b8e89c3169c1753aa2cf5bd2c1ff51dd8afa09 Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 8 Jun 2025 21:12:55 +0200 Subject: [PATCH] Version 2.0.19 --- qml/harbour-allradio.qml | 2 +- rpm/harbour-allradio.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/harbour-allradio.qml b/qml/harbour-allradio.qml index e1a3a4e..2e5a52d 100644 --- a/qml/harbour-allradio.qml +++ b/qml/harbour-allradio.qml @@ -9,7 +9,7 @@ import "helpers" ApplicationWindow { id: allRadio - property string _version: "2.0.18" + property string _version: "2.0.19" property string _language: Qt.locale().name.slice(0,2) property string _country: Qt.locale().name.slice(-2) property int sleepTime: 0 diff --git a/rpm/harbour-allradio.spec b/rpm/harbour-allradio.spec index 400188a..a8da8b6 100644 --- a/rpm/harbour-allradio.spec +++ b/rpm/harbour-allradio.spec @@ -1,7 +1,7 @@ Name: harbour-allradio Summary: AllRadio -Version: 2.0.18 +Version: 2.0.19 Release: 1 Group: Qt/Qt License: GPLv2