From d0401775250ebecfad8ac6ff47bdfa54ebc2e207 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 16 Aug 2020 19:48:04 -0400 Subject: [PATCH] Bump version to 10.6.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 2854704b33..c9e04e825b 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.6.2" +version: "10.6.3" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index 1653aa8f2e..d5bc1424f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-web (10.6.3-1) unstable; urgency=medium + + * New upstream version 10.6.3; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.6.3 + + -- Jellyfin Packaging Team Sun, 16 Aug 2020 19:48:03 -0400 + jellyfin-web (10.6.2-1) unstable; urgency=medium * New upstream version 10.6.2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.6.2 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index a5334fa2bc..3fb8070dc4 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: jellyfin-web -Version: 10.6.2 +Version: 10.6.3 Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv3 @@ -39,6 +39,8 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web %{_datadir}/licenses/jellyfin/LICENSE %changelog +* Sun Aug 16 2020 Jellyfin Packaging Team +- New upstream version 10.6.3; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.6.3 * Sun Aug 02 2020 Jellyfin Packaging Team - New upstream version 10.6.2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.6.2 * Mon Jul 27 2020 Jellyfin Packaging Team diff --git a/src/components/apphost.js b/src/components/apphost.js index a9d2cdfdb7..e3b985eaac 100644 --- a/src/components/apphost.js +++ b/src/components/apphost.js @@ -355,7 +355,7 @@ define(['appSettings', 'browser', 'events', 'htmlMediaHelper', 'webSettings', 'g var deviceId; var deviceName; var appName = 'Jellyfin Web'; - var appVersion = '10.6.2'; + var appVersion = '10.6.3'; var appHost = { getWindowState: function () {