diff --git a/build.yaml b/build.yaml index a73be8ec43..2004ac26da 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.0" +version: "10.7.1" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index 85ffa0ba20..d59c576a2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-web (10.7.1-1) unstable; urgency=medium + + * New upstream version 10.7.1; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.1 + + -- Jellyfin Packaging Team Sun, 21 Mar 2021 19:23:29 -0400 + jellyfin-web (10.7.0-1) unstable; urgency=medium * New upstream version 10.7.0; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.0 diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index cc53cd0fad..1e190c4c6c 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: jellyfin-web -Version: 10.7.0 -Release: 2%{?dist} +Version: 10.7.1 +Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv3 URL: https://jellyfin.org @@ -46,6 +46,8 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web %{_datadir}/licenses/jellyfin/LICENSE %changelog +* Sun Mar 21 2021 Jellyfin Packaging Team +- New upstream version 10.7.1; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.1 * Mon Mar 08 2021 Jellyfin Packaging Team - New stable release 10.7.0; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.7.0 * Mon Jul 27 2020 Jellyfin Packaging Team