Skip to content

Commit

Permalink
chore: Version bump (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa authored Mar 5, 2024
2 parents 3fbf813 + 599d83d commit d26096e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ jobs:
flutter build linux --verbose --dart-define-from-file=linux/env/rpm.json
- name: Build RPM Package
continue-on-error: true
run: |
mkdir -p linux/debian/usr/bin
cp -fr build/linux/x64/release/bundle linux/debian/usr/share/bluecherry_client
Expand All @@ -256,6 +257,7 @@ jobs:
ln -sr linux/debian/usr/share/bluecherry_client/bluecherry_client linux/debian/usr/bin/bluecherry_client
- name: Build DEB Package
continue-on-error: true
run: |
dpkg-deb --build --root-owner-group linux/debian
cp linux/*.deb bluecherry-linux-x86_64.deb
Expand All @@ -273,6 +275,7 @@ jobs:
ln -sr linux/debian/usr/share/bluecherry_client/bluecherry_client linux/debian/usr/bin/bluecherry_client
- name: Build Tarball
continue-on-error: true
run: |
mkdir -p AppDir/
cp -r linux/debian/usr AppDir/
Expand All @@ -290,6 +293,7 @@ jobs:
flutter build linux --verbose --dart-define-from-file=linux/env/appimage.json
- name: Build AppImage
continue-on-error: true
run: |
sudo pip3 install git+https://github.com/AppImageCrafters/appimage-builder.git
appimage-builder --skip-tests
Expand Down
1 change: 1 addition & 0 deletions AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ AppDir:
command: ./AppRun
AppImage:
arch: x86_64
comp: None
update-information: guess
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-beta15</title>
<description>macOS support, search and late stream management.</description>
<pubDate>Tue, 05 Mar 2024</pubDate>
</item>
<item>
<title>Version 3.0.0-beta14</title>
<description>Multicast support, external streams and Linux stability.</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-beta14"
#define MyAppVersion "3.0.0-beta15"
#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-beta14
Version: 3.0.0-beta15
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 @@ -35,6 +35,7 @@
</screenshots> -->
<launchable type="desktop-id">bluecherrydvr.desktop</launchable>
<releases>
<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" />|
<release version="3.0.0-beta12" date="2023-09-28" />|
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_beta14
Version: 3.0.0_beta15
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-beta14
version: 3.0.0-beta15

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

Expand Down

0 comments on commit d26096e

Please sign in to comment.