diff --git a/build.yaml b/build.yaml index d5e401ef014..57722a7f868 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.8.5" +version: "10.8.6" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index bcd7b5f0b9b..c43b34a8a96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-web (10.8.6-1) unstable; urgency=medium + + * New upstream version 10.8.6; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.6 + + -- Jellyfin Packaging Team Fri, 28 Oct 2022 22:44:15 -0400 + jellyfin-web (10.8.5-1) unstable; urgency=medium * New upstream version 10.8.5; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.5 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index a92c75f5748..dc4f40598f6 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: jellyfin-web -Version: 10.8.5 +Version: 10.8.6 Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv2 @@ -46,6 +46,8 @@ npm ci --no-audit --unsafe-perm %changelog +* Fri Oct 28 2022 Jellyfin Packaging Team +- New upstream version 10.8.6; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.6 * Sat Sep 24 2022 Jellyfin Packaging Team - New upstream version 10.8.5; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.5 * Sat Aug 13 2022 Jellyfin Packaging Team diff --git a/package-lock.json b/package-lock.json index 8dcbe227e95..1485a551396 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jellyfin-web", - "version": "10.8.5", + "version": "10.8.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab5ad4fe129..e4d168f8c85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jellyfin-web", - "version": "10.8.5", + "version": "10.8.6", "description": "Web interface for Jellyfin", "repository": "https://github.com/jellyfin/jellyfin-web", "license": "GPL-2.0-or-later",