Skip to content

Commit

Permalink
chore: Bump version (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa authored Apr 15, 2024
2 parents 9413b5c + 5a85201 commit 3697975
Show file tree
Hide file tree
Showing 7 changed files with 12 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-beta16</title>
<description>Improved iOS support, improved events fetching logic and performance and implemented software zoom.</description>
<pubDate>Mon, 15 Apr 2024</pubDate>
</item>
<item>
<title>Version 3.0.0-beta15</title>
<description>macOS support, search and late stream management.</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-beta15"
#define MyAppVersion "3.0.0-beta16"
#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-beta15
Version: 3.0.0-beta16
Section: base
Priority: optional
Homepage: https://www.bluecherrydvr.com/
Expand Down
2 changes: 2 additions & 0 deletions linux/debian/usr/share/metainfo/bluecherry.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
</screenshots> -->
<launchable type="desktop-id">bluecherrydvr.desktop</launchable>
<releases>
<!-- <release version="VERSION" date="YYYY-MM-DD" />| -->
<release version="3.0.0-beta16" date="2024-04-15" />|
<release version="3.0.0-beta15" date="2024-03-05" />|
<release version="3.0.0-beta14" date="2023-12-02" />|
<release version="3.0.0-beta13" date="2023-10-27" />|
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_beta15
Version: 3.0.0_beta16
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-beta15
version: 3.0.0-beta16

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-beta15
version: 3.0.0-beta16
summary: Bluecherry DVR Client
description: Bluecherry DVR client

Expand Down

0 comments on commit 3697975

Please sign in to comment.