From e1ed816a13731b198887545c83ff9c132e24ecfb Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 26 Jun 2022 21:00:43 -0400 Subject: [PATCH] Bump version to 10.8.1 --- build.yaml | 2 +- debian/changelog | 6 ++++++ fedora/jellyfin-web.spec | 4 +++- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/build.yaml b/build.yaml index 7b5b05ed8f3..dfdcbcb6502 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.0" +version: "10.8.1" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index 94210215ad4..1df01e2873a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-web (10.8.1-1) unstable; urgency=medium + + * New upstream version 10.8.1; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.1 + + -- Jellyfin Packaging Team Sun, 26 Jun 2022 20:59:39 -0400 + jellyfin-web (10.8.0-1) unstable; urgency=medium * New upstream version 10.8.0; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.0 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index 8490d60c5c9..ef5a67e42f6 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.0 +Version: 10.8.1 Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv2 @@ -46,5 +46,7 @@ npm ci --no-audit --unsafe-perm %changelog +* Sun Jun 26 2022 Jellyfin Packaging Team +- New upstream version 10.8.1; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.1 * Fri Jun 10 2022 Jellyfin Packaging Team - New upstream version 10.8.0; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.0 diff --git a/package-lock.json b/package-lock.json index f90f1d2cd8f..7562f724db6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jellyfin-web", - "version": "10.8.0", + "version": "10.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1838ac39752..34808a9435c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jellyfin-web", - "version": "10.8.0", + "version": "10.8.1", "description": "Web interface for Jellyfin", "repository": "https://github.com/jellyfin/jellyfin-web", "license": "GPL-2.0-or-later",