From 0f0593f2600d60d241eb0dc964f1fc25fddecd3e Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 4 May 2021 20:00:47 -0400 Subject: [PATCH] Bump version to 10.7.3 --- 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 d6232391c8..424bf876f1 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.2" +version: "10.7.3" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index df4b24ff84..454b19fb06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 + + -- Jellyfin Packaging Team Tue, 04 May 2021 20:00:22 -0400 + jellyfin-web (10.7.2-1) unstable; urgency=medium * New upstream version 10.7.2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.2 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index 7042cba18e..c53527af45 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.2 +Version: 10.7.3 Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv3 @@ -46,6 +46,8 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web %{_datadir}/licenses/jellyfin/LICENSE %changelog +* 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 * Sun Mar 21 2021 Jellyfin Packaging Team diff --git a/src/components/apphost.js b/src/components/apphost.js index d1910fa6d2..5686b25c50 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.2'; +const appVersion = '10.7.3'; function getBaseProfileOptions(item) { const disableHlsVideoAudioCodecs = [];