From 65f4e29d3668cb7c00bb24bab2bbf70a5a60388e Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 4 May 2021 21:16:31 -0400 Subject: [PATCH] Bump version to 10.7.4 --- build.yaml | 2 +- debian/changelog | 6 ++++++ fedora/jellyfin-web.spec | 4 +++- src/components/apphost.js | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/build.yaml b/build.yaml index 424bf876f1..092a0a11e5 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- # We just wrap `build` so this is really it name: "jellyfin-web" -version: "10.7.3" +version: "10.7.4" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index 454b19fb06..81768efed6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-web (10.7.4-1) unstable; urgency=medium + + * New upstream version 10.7.4; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.4 + + -- Jellyfin Packaging Team Tue, 04 May 2021 21:16:07 -0400 + jellyfin-web (10.7.3-1) unstable; urgency=medium * New upstream version 10.7.3; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.3 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index c53527af45..56d800eb6a 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: jellyfin-web -Version: 10.7.3 +Version: 10.7.4 Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv3 @@ -47,6 +47,8 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web %changelog * Tue May 04 2021 Jellyfin Packaging Team +- New upstream version 10.7.4; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.4 +* Tue May 04 2021 Jellyfin Packaging Team - New upstream version 10.7.3; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.3 * Sun Apr 11 2021 Jellyfin Packaging Team - New upstream version 10.7.2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.2 diff --git a/src/components/apphost.js b/src/components/apphost.js index 5686b25c50..ff8ae0a7d3 100644 --- a/src/components/apphost.js +++ b/src/components/apphost.js @@ -8,7 +8,7 @@ import globalize from '../scripts/globalize'; import profileBuilder from '../scripts/browserDeviceProfile'; const appName = 'Jellyfin Web'; -const appVersion = '10.7.3'; +const appVersion = '10.7.4'; function getBaseProfileOptions(item) { const disableHlsVideoAudioCodecs = [];