From 3375632da2a21c4a1d85fbf8208986c5b3f9f165 Mon Sep 17 00:00:00 2001 From: Bruno D'Luka Date: Sat, 2 Dec 2023 11:10:40 -0300 Subject: [PATCH] chore: bump version --- bluecherry_appcast.xml | 5 +++++ installer/windows-installer.iss | 2 +- linux/debian/DEBIAN/control | 2 +- linux/debian/usr/share/metainfo/bluecherry.appdata.xml | 1 + linux/rpm/bluecherry.spec | 2 +- pubspec.yaml | 2 +- snap/snapcraft.yaml | 2 +- 7 files changed, 11 insertions(+), 5 deletions(-) diff --git a/bluecherry_appcast.xml b/bluecherry_appcast.xml index 4cf465b8..48348115 100644 --- a/bluecherry_appcast.xml +++ b/bluecherry_appcast.xml @@ -2,6 +2,11 @@ Bluecherry - Appcast + + Version 3.0.0-beta14 + Multicast support, external streams and Linux stability. + Sat, 02 Dec 2023 + Version 3.0.0-beta13 Redesigned Settings, optmized Servers and updated translations. diff --git a/installer/windows-installer.iss b/installer/windows-installer.iss index 0c1e3fbc..b0f74c2f 100644 --- a/installer/windows-installer.iss +++ b/installer/windows-installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Bluecherry DVR" -#define MyAppVersion "3.0.0-beta13" +#define MyAppVersion "3.0.0-beta14" #define MyAppPublisher "Bluecherry DVR" #define MyAppURL "https://www.bluecherrydvr.com/" #define MyAppExeName "bluecherry_client.exe" diff --git a/linux/debian/DEBIAN/control b/linux/debian/DEBIAN/control index de3600d3..b60848b4 100644 --- a/linux/debian/DEBIAN/control +++ b/linux/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: bluecherrydvr -Version: 3.0.0-beta13 +Version: 3.0.0-beta14 Section: base Priority: optional Homepage: https://www.bluecherrydvr.com/ diff --git a/linux/debian/usr/share/metainfo/bluecherry.appdata.xml b/linux/debian/usr/share/metainfo/bluecherry.appdata.xml index 48c17535..e617d77e 100644 --- a/linux/debian/usr/share/metainfo/bluecherry.appdata.xml +++ b/linux/debian/usr/share/metainfo/bluecherry.appdata.xml @@ -35,6 +35,7 @@ --> bluecherrydvr.desktop + | | | | diff --git a/linux/rpm/bluecherry.spec b/linux/rpm/bluecherry.spec index a90e965f..32e24aca 100644 --- a/linux/rpm/bluecherry.spec +++ b/linux/rpm/bluecherry.spec @@ -1,5 +1,5 @@ Name: bluecherrydvr -Version: 3.0.0_beta13 +Version: 3.0.0_beta14 Release: 1 Summary: Bluecherry client written in Flutter. License: EULA diff --git a/pubspec.yaml b/pubspec.yaml index 7e61de30..baef3d0f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Bluecherry client written in Flutter. publish_to: "none" -version: 3.0.0-beta13 +version: 3.0.0-beta14 environment: sdk: ">=3.0.0 <4.0.0" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 32c1d671..5f6c0eb3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: bluecherry-client -version: 3.0.0-beta13 +version: 3.0.0-beta14 summary: Bluecherry DVR Client description: Bluecherry DVR client