diff --git a/build.yaml b/build.yaml index c635df0af5..2854704b33 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.1" +version: "10.6.2" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index 9fdf8051dd..1653aa8f2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 + + -- Jellyfin Packaging Team Sun, 02 Aug 2020 20:25:58 -0400 + jellyfin-web (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 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index def7872614..a5334fa2bc 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.1 +Version: 10.6.2 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 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 - 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 diff --git a/src/components/apphost.js b/src/components/apphost.js index 1f71143e95..a9d2cdfdb7 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.1'; + var appVersion = '10.6.2'; var appHost = { getWindowState: function () {