1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Bump version to 10.8.2

This commit is contained in:
Joshua M. Boniface 2022-08-01 14:27:58 -04:00
parent b167bf2d37
commit 45fe89c26f
5 changed files with 12 additions and 4 deletions

View file

@ -1,7 +1,7 @@
---
# We just wrap `build` so this is really it
name: "jellyfin-web"
version: "10.8.1"
version: "10.8.2"
packages:
- debian.all
- fedora.all

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
jellyfin-web (10.8.2-1) unstable; urgency=medium
* New upstream version 10.8.2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.2
-- Jellyfin Packaging Team <packaging@jellyfin.org> Mon, 01 Aug 2022 14:27:56 -0400
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

View file

@ -1,7 +1,7 @@
%global debug_package %{nil}
Name: jellyfin-web
Version: 10.8.1
Version: 10.8.2
Release: 1%{?dist}
Summary: The Free Software Media System web client
License: GPLv2
@ -46,6 +46,8 @@ npm ci --no-audit --unsafe-perm
%changelog
* Mon Aug 01 2022 Jellyfin Packaging Team <packaging@jellyfin.org>
- New upstream version 10.8.2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.2
* Sun Jun 26 2022 Jellyfin Packaging Team <packaging@jellyfin.org>
- 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 <packaging@jellyfin.org>

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "jellyfin-web",
"version": "10.8.1",
"version": "10.8.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "jellyfin-web",
"version": "10.8.1",
"version": "10.8.2",
"description": "Web interface for Jellyfin",
"repository": "https://github.com/jellyfin/jellyfin-web",
"license": "GPL-2.0-or-later",