Skip to content

Commit

Permalink
Bump version for 10.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Dec 6, 2019
1 parent 292d4b5 commit 76b4ba3
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG DOTNET_VERSION=2.2
ARG FFMPEG_VERSION=latest

FROM node:alpine as web-builder
ARG JELLYFIN_WEB_VERSION=v10.4.2
ARG JELLYFIN_WEB_VERSION=v10.4.3
RUN apk add curl \
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
&& cd jellyfin-web-* \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG DOTNET_VERSION=3.0


FROM node:alpine as web-builder
ARG JELLYFIN_WEB_VERSION=v10.4.2
ARG JELLYFIN_WEB_VERSION=v10.4.3
RUN apk add curl \
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
&& cd jellyfin-web-* \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG DOTNET_VERSION=3.0


FROM node:alpine as web-builder
ARG JELLYFIN_WEB_VERSION=v10.4.2
ARG JELLYFIN_WEB_VERSION=v10.4.3
RUN apk add curl \
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
&& cd jellyfin-web-* \
Expand Down
4 changes: 2 additions & 2 deletions SharedVersion.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("10.4.2")]
[assembly: AssemblyFileVersion("10.4.2")]
[assembly: AssemblyVersion("10.4.3")]
[assembly: AssemblyFileVersion("10.4.3")]
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# We just wrap `build` so this is really it
name: "jellyfin"
version: "10.4.2"
version: "10.4.3"
packages:
- debian-package-x64
- debian-package-armhf
Expand Down
6 changes: 6 additions & 0 deletions deployment/debian-package-x64/pkg-src/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jellyfin (10.4.3-1) unstable; urgency=medium

* New upstream version 10.4.3; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.4.3

-- Jellyfin Packaging Team <[email protected]> Fri, 06 Dec 2019 15:16:18 -0500

jellyfin (10.4.2-1) unstable; urgency=medium

* New upstream version 10.4.2; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.4.2
Expand Down
4 changes: 3 additions & 1 deletion deployment/fedora-package-x64/pkg-src/jellyfin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%endif

Name: jellyfin
Version: 10.4.2
Version: 10.4.3
Release: 1%{?dist}
Summary: The Free Software Media Browser
License: GPLv2
Expand Down Expand Up @@ -159,6 +159,8 @@ fi
%systemd_postun_with_restart jellyfin.service

%changelog
* Fri Dec 06 2019 Jellyfin Packaging Team <[email protected]>
- New upstream version 10.4.3; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.4.3
* Sun Nov 24 2019 Jellyfin Packaging Team <[email protected]>
- New upstream version 10.4.2; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.4.2
* Sun Nov 03 2019 Jellyfin Packaging Team <[email protected]>
Expand Down

0 comments on commit 76b4ba3

Please sign in to comment.