From 8d1c34f80e02e5c74225d25602b049da5af9c159 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 23 Sep 2023 21:41:43 -0400 Subject: [PATCH] Bump version to 10.8.11 --- 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 8129e96f270..925e049bd96 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.10" +version: "10.8.11" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index 36c92507cdb..b177d87b0d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-web (10.8.11-1) unstable; urgency=medium + + * New upstream version 10.8.11; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.11 + + -- Jellyfin Packaging Team Sat, 23 Sep 2023 21:41:40 -0400 + jellyfin-web (10.8.10-1) unstable; urgency=medium * New upstream version 10.8.10; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.10 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index 366f888468e..1c99fbc1e43 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.10 +Version: 10.8.11 Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv2 @@ -46,6 +46,8 @@ npm ci --no-audit --unsafe-perm %changelog +* Sat Sep 23 2023 Jellyfin Packaging Team +- New upstream version 10.8.11; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.11 * Sun Apr 23 2023 Jellyfin Packaging Team - New upstream version 10.8.10; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.10 * Sun Jan 22 2023 Jellyfin Packaging Team diff --git a/package-lock.json b/package-lock.json index bd9f0948b5c..4a5df2141d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jellyfin-web", - "version": "10.8.10", + "version": "10.8.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c8eed1ed27..d552e3e9f49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jellyfin-web", - "version": "10.8.10", + "version": "10.8.11", "description": "Web interface for Jellyfin", "repository": "https://github.com/jellyfin/jellyfin-web", "license": "GPL-2.0-or-later",