From eba30bda7596070f7c3c1d9658c1f06b7f195311 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 27 Jul 2020 18:30:12 -0400 Subject: [PATCH] Bump version to 10.6.1 --- 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 fe1633faec..c635df0af5 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.0" +version: "10.6.1" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index 50966c3a01..4ad9ede5c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin (10.6.1-1) unstable; urgency=medium + + * New upstream version 10.6.1; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.6.1 + + -- Jellyfin Packaging Team Mon, 27 Jul 2020 18:29:54 -0400 + jellyfin-web (10.6.0-1) unstable; urgency=medium * New upstream version 10.6.0; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.6.0 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index dcc9d9d2ab..def7872614 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.0 +Version: 10.6.1 Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv3 @@ -39,5 +39,7 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web %{_datadir}/licenses/jellyfin/LICENSE %changelog +* Mon Jul 27 2020 Jellyfin Packaging Team +- New upstream version 10.6.1; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.6.1 * Mon Mar 23 2020 Jellyfin Packaging Team - Forthcoming stable release diff --git a/src/components/apphost.js b/src/components/apphost.js index a64a37decf..1f71143e95 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.0'; + var appVersion = '10.6.1'; var appHost = { getWindowState: function () {