From be195b0e240b4a4b871eb6a7fe8e4830bd9ab12c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 5 Sep 2021 22:33:01 -0400 Subject: [PATCH] Bump version to 10.7.7 --- build.yaml | 2 +- debian/changelog | 6 ++++++ fedora/jellyfin-web.spec | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index 1f3d876a6c..6b6d454f13 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.7.6" +version: "10.7.7" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index 269bb9d26b..c17dffd80f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-web (10.7.7-1) unstable; urgency=medium + + * New upstream version 10.7.7; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.7 + + -- Jellyfin Packaging Team Sun, 05 Sep 2021 22:32:59 -0400 + jellyfin-web (10.7.6-1) unstable; urgency=medium * New upstream version 10.7.6; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.6 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index 73ce32900e..0958818bce 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: jellyfin-web -Version: 10.7.6 +Version: 10.7.7 Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv3 @@ -46,6 +46,8 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web %{_datadir}/licenses/jellyfin/LICENSE %changelog +* Sun Sep 05 2021 Jellyfin Packaging Team +- New upstream version 10.7.7; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.7 * Thu May 20 2021 Jellyfin Packaging Team - New upstream version 10.7.6; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.6 * Tue May 04 2021 Jellyfin Packaging Team