From 5a8520156e18fe38c008c425feefcb7bc03e801d Mon Sep 17 00:00:00 2001 From: Bruno D'Luka Date: Mon, 15 Apr 2024 14:21:23 -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 | 2 ++ linux/rpm/bluecherry.spec | 2 +- pubspec.yaml | 2 +- snap/snapcraft.yaml | 2 +- 7 files changed, 12 insertions(+), 5 deletions(-) diff --git a/bluecherry_appcast.xml b/bluecherry_appcast.xml index f7a579ea..9a1f088e 100644 --- a/bluecherry_appcast.xml +++ b/bluecherry_appcast.xml @@ -2,6 +2,11 @@ Bluecherry - Appcast + + Version 3.0.0-beta16 + Improved iOS support, improved events fetching logic and performance and implemented software zoom. + Mon, 15 Apr 2024 + Version 3.0.0-beta15 macOS support, search and late stream management. diff --git a/installer/windows-installer.iss b/installer/windows-installer.iss index cc9138d2..d0fea591 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-beta15" +#define MyAppVersion "3.0.0-beta16" #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 fc5a9a29..3f5ad2d6 100644 --- a/linux/debian/DEBIAN/control +++ b/linux/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: bluecherrydvr -Version: 3.0.0-beta15 +Version: 3.0.0-beta16 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 0fae0e08..8e0e4bd7 100644 --- a/linux/debian/usr/share/metainfo/bluecherry.appdata.xml +++ b/linux/debian/usr/share/metainfo/bluecherry.appdata.xml @@ -35,6 +35,8 @@ --> bluecherrydvr.desktop + + | | | | diff --git a/linux/rpm/bluecherry.spec b/linux/rpm/bluecherry.spec index 23facdca..e8b4fbd8 100644 --- a/linux/rpm/bluecherry.spec +++ b/linux/rpm/bluecherry.spec @@ -1,5 +1,5 @@ Name: bluecherrydvr -Version: 3.0.0_beta15 +Version: 3.0.0_beta16 Release: 1 Summary: Bluecherry client written in Flutter. License: EULA diff --git a/pubspec.yaml b/pubspec.yaml index 3ae0f977..49b3913a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Bluecherry client written in Flutter. publish_to: "none" -version: 3.0.0-beta15 +version: 3.0.0-beta16 environment: sdk: ">=3.0.0 <4.0.0" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 988fa7d6..481ddff5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: bluecherry-client -version: 3.0.0-beta15 +version: 3.0.0-beta16 summary: Bluecherry DVR Client description: Bluecherry DVR client