Skip to content

Commit

Permalink
Bump version to 10.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Aug 16, 2020
1 parent cac6b42 commit d040177
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
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-web"
version: "10.6.2"
version: "10.6.3"
packages:
- debian.all
- fedora.all
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jellyfin-web (10.6.3-1) unstable; urgency=medium

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

-- Jellyfin Packaging Team <[email protected]> Sun, 16 Aug 2020 19:48:03 -0400

jellyfin-web (10.6.2-1) unstable; urgency=medium

* New upstream version 10.6.2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.6.2
Expand Down
4 changes: 3 additions & 1 deletion fedora/jellyfin-web.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}

Name: jellyfin-web
Version: 10.6.2
Version: 10.6.3
Release: 1%{?dist}
Summary: The Free Software Media System web client
License: GPLv3
Expand Down Expand Up @@ -39,6 +39,8 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web
%{_datadir}/licenses/jellyfin/LICENSE

%changelog
* Sun Aug 16 2020 Jellyfin Packaging Team <[email protected]>
- New upstream version 10.6.3; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.6.3
* Sun Aug 02 2020 Jellyfin Packaging Team <[email protected]>
- New upstream version 10.6.2; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.6.2
* Mon Jul 27 2020 Jellyfin Packaging Team <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/components/apphost.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ define(['appSettings', 'browser', 'events', 'htmlMediaHelper', 'webSettings', 'g
var deviceId;
var deviceName;
var appName = 'Jellyfin Web';
var appVersion = '10.6.2';
var appVersion = '10.6.3';

var appHost = {
getWindowState: function () {
Expand Down

0 comments on commit d040177

Please sign in to comment.