From bf83fc2c244da9d8a327ec43553aa79beb91c012 Mon Sep 17 00:00:00 2001 From: nesnomis Date: Wed, 4 Jun 2025 19:10:08 +0200 Subject: [PATCH] Bump version to 2.0.16 --- 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 983f122..8c0409c 100644 --- a/qml/harbour-allradio.qml +++ b/qml/harbour-allradio.qml @@ -15,7 +15,7 @@ import "helpers" ApplicationWindow { id: allRadio - property string _version: "2.0.15" + property string _version: "2.0.16" property string _language: Qt.locale().name.slice(0,2) property string _country: Qt.locale().name.slice(-2) property int currentListIndex: -1 diff --git a/rpm/harbour-allradio.spec b/rpm/harbour-allradio.spec index 9c21f49..eff4542 100644 --- a/rpm/harbour-allradio.spec +++ b/rpm/harbour-allradio.spec @@ -1,7 +1,7 @@ Name: harbour-allradio Summary: AllRadio -Version: 2.0.15 +Version: 2.0.16 Release: 1 Group: Qt/Qt License: GPL2