From d98c2bdd4734cf23f3c58406a5c77e5f6c41569c Mon Sep 17 00:00:00 2001 From: nesnomis Date: Sun, 1 Jun 2025 09:36:51 +0200 Subject: [PATCH] Bump to 2.0.15 --- 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 453363d..a758c2f 100644 --- a/qml/harbour-allradio.qml +++ b/qml/harbour-allradio.qml @@ -13,7 +13,7 @@ import "helpers" ApplicationWindow { id: allRadio - property string _version: "2.0.14" + property string _version: "2.0.15" 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 f49ea8a..9c21f49 100644 --- a/rpm/harbour-allradio.spec +++ b/rpm/harbour-allradio.spec @@ -1,7 +1,7 @@ Name: harbour-allradio Summary: AllRadio -Version: 2.0.14 +Version: 2.0.15 Release: 1 Group: Qt/Qt License: GPL2