Skip to content

Commit

Permalink
Bump version to 10.3.0 and update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Mar 30, 2019
1 parent c032a01 commit f27477d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MediaBrowser.WebDashboard/jellyfin-web
Submodule jellyfin-web updated 469 files
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.2.2")]
[assembly: AssemblyFileVersion("10.2.2")]
[assembly: AssemblyVersion("10.3.0")]
[assembly: AssemblyFileVersion("10.3.0")]
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.2.2"
version: "10.3.0-rc1"
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.3.0~rc1) unstable; urgency=medium

* New upstream version 10.3.0-rc1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.3.0-rc1

-- Jellyfin Packaging Team <[email protected]> Sat, 30 Mar 2019 15:47:24 -0400

jellyfin (10.2.2-1) unstable; urgency=medium

* jellyfin:
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.2.2
Version: 10.3.0
Release: 1%{?dist}
Summary: The Free Software Media Browser
License: GPLv2
Expand Down Expand Up @@ -140,6 +140,8 @@ fi
%systemd_postun_with_restart jellyfin.service

%changelog
* Sat Mar 30 2019 Jellyfin Packaging Team <[email protected]>
- New upstream version 10.3.0-rc1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.3.0-rc1
* Thu Feb 28 2019 Jellyfin Packaging Team <[email protected]>
- jellyfin:
- PR968 Release 10.2.z copr autobuild
Expand Down

0 comments on commit f27477d

Please sign in to comment.