Skip to content

Commit

Permalink
feat: Define beta 19
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Sep 9, 2024
1 parent 81a55f7 commit b62ecbc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions bluecherry_appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>Bluecherry - Appcast</title>
<item>
<title>Version 3.0.0-beta19</title>
<description>Linux and Timeline enhancements.</description>
<pubDate>Mon, 09 Sep 2024</pubDate>
</item>
<item>
<title>Version 3.0.0-beta18</title>
<description>Time Filter for Events; Fixed crash on newer versions of Windows.</description>
Expand Down
2 changes: 1 addition & 1 deletion installer/windows-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Bluecherry DVR"
#define MyAppVersion "3.0.0-beta18"
#define MyAppVersion "3.0.0-beta19"
#define MyAppPublisher "Bluecherry DVR"
#define MyAppURL "https://www.bluecherrydvr.com/"
#define MyAppExeName "bluecherry_client.exe"
Expand Down
2 changes: 1 addition & 1 deletion linux/debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: bluecherrydvr
Version: 3.0.0-beta18
Version: 3.0.0-beta19
Section: base
Priority: optional
Homepage: https://www.bluecherrydvr.com/
Expand Down
1 change: 1 addition & 0 deletions linux/debian/usr/share/metainfo/bluecherry.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<launchable type="desktop-id">bluecherrydvr.desktop</launchable>
<releases>
<!-- <release version="VERSION" date="YYYY-MM-DD" />| -->
<release version="3.0.0-beta19" date="2024-09-09" />|
<release version="3.0.0-beta18" date="2024-07-10" />|
<release version="3.0.0-beta17" date="2024-06-07" />|
<release version="3.0.0-beta16" date="2024-04-15" />|
Expand Down
2 changes: 1 addition & 1 deletion linux/rpm/bluecherry.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: bluecherrydvr
Version: 3.0.0_beta18
Version: 3.0.0_beta19
Release: 1
Summary: Bluecherry client written in Flutter.
License: EULA
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Bluecherry client written in Flutter.

publish_to: "none"

version: 3.0.0-beta18
version: 3.0.0-beta19

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bluecherry-client
version: 3.0.0-beta18
version: 3.0.0-beta19
summary: Bluecherry DVR Client
description: Bluecherry DVR client

Expand Down

0 comments on commit b62ecbc

Please sign in to comment.