Skip to content

Commit 45fe89c

Browse files
Bump version to 10.8.2
1 parent b167bf2 commit 45fe89c

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.1"
4+
version: "10.8.2"
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.2-1) unstable; urgency=medium
2+
3+
* New upstream version 10.8.2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.2
4+
5+
-- Jellyfin Packaging Team <[email protected]> Mon, 01 Aug 2022 14:27:56 -0400
6+
17
jellyfin-web (10.8.1-1) unstable; urgency=medium
28

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

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.1
4+
Version: 10.8.2
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+
* Mon Aug 01 2022 Jellyfin Packaging Team <[email protected]>
50+
- New upstream version 10.8.2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.2
4951
* Sun Jun 26 2022 Jellyfin Packaging Team <[email protected]>
5052
- New upstream version 10.8.1; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.8.1
5153
* Fri Jun 10 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.1",
3+
"version": "10.8.2",
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)