Skip to content

Commit bb040b9

Browse files
Bump version to 10.8.4
1 parent 747f7be commit bb040b9

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# We just wrap `build` so this is really it
33
name: "jellyfin-web"
4-
version: "10.8.3"
4+
version: "10.8.4"
55
packages:
66
- debian.all
77
- fedora.all

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
jellyfin-web (10.8.4-1) unstable; urgency=medium
2+
3+
* New upstream version 10.8.4; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.4
4+
5+
-- Jellyfin Packaging Team <[email protected]> Sat, 13 Aug 2022 21:52:04 -0400
6+
17
jellyfin-web (10.8.3-1) unstable; urgency=medium
28

39
* New upstream version 10.8.3; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.3

fedora/jellyfin-web.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global debug_package %{nil}
22

33
Name: jellyfin-web
4-
Version: 10.8.3
4+
Version: 10.8.4
55
Release: 1%{?dist}
66
Summary: The Free Software Media System web client
77
License: GPLv2
@@ -46,6 +46,8 @@ npm ci --no-audit --unsafe-perm
4646

4747

4848
%changelog
49+
* Sat Aug 13 2022 Jellyfin Packaging Team <[email protected]>
50+
- New upstream version 10.8.4; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.4
4951
* Mon Aug 01 2022 Jellyfin Packaging Team <[email protected]>
5052
- New upstream version 10.8.3; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.3
5153
* Mon Aug 01 2022 Jellyfin Packaging Team <[email protected]>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jellyfin-web",
3-
"version": "10.8.3",
3+
"version": "10.8.4",
44
"description": "Web interface for Jellyfin",
55
"repository": "https://github.com/jellyfin/jellyfin-web",
66
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)