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.4

This commit is contained in:
Joshua Boniface 2022-08-13 21:52:06 -04:00
parent 747f7beae7
commit bb040b90d1
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.3"
version: "10.8.4"
packages:
- debian.all
- fedora.all

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
jellyfin-web (10.8.4-1) unstable; urgency=medium
* New upstream version 10.8.4; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.4
-- Jellyfin Packaging Team <packaging@jellyfin.org> Sat, 13 Aug 2022 21:52:04 -0400
jellyfin-web (10.8.3-1) unstable; urgency=medium
* New upstream version 10.8.3; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.3

View file

@ -1,7 +1,7 @@
%global debug_package %{nil}
Name: jellyfin-web
Version: 10.8.3
Version: 10.8.4
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 Aug 13 2022 Jellyfin Packaging Team <packaging@jellyfin.org>
- New upstream version 10.8.4; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.4
* Mon Aug 01 2022 Jellyfin Packaging Team <packaging@jellyfin.org>
- New upstream version 10.8.3; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.3
* Mon Aug 01 2022 Jellyfin Packaging Team <packaging@jellyfin.org>

2
package-lock.json generated
View file

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

View file

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