Skip to content

Commit

Permalink
Up release to 1.10.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Mar 28, 2021
1 parent 1ca65f4 commit 2b6ccc0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jellyfin MPV Desktop.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Jellyfin Desktop"
#define MyAppVersion "1.10.2"
#define MyAppVersion "1.10.3"
#define MyAppPublisher "Ian Walton"
#define MyAppURL "https://github.com/jellyfin/jellyfin-desktop"
#define MyAppExeName "run-desktop.exe"
Expand Down
2 changes: 1 addition & 1 deletion jellyfin_mpv_shim/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_NAME = "jellyfin-mpv-shim"
USER_APP_NAME = "Jellyfin MPV Shim"
CLIENT_VERSION = "1.10.2"
CLIENT_VERSION = "1.10.3"
USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION
CAPABILITIES = {
"PlayableMediaTypes": "Video",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@

<content_rating type="oars-1.1" />
<releases>
<release version="1.10.3" date="2021-03-27">
<description>
<p>This release fixes some important bugs. Changes:</p>
<ul>
<li>#197 Fix shuffle, play next, and play last.</li>
<li>#179 Fix "failed to execute script" on Windows.</li>
</ul>
</description>
</release>
<release version="1.10.2" date="2021-03-25">
<description>
<p>This release fixes some important bugs. Changes:</p>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="jellyfin-mpv-shim",
version="1.10.2",
version="1.10.3",
author="Ian Walton",
author_email="[email protected]",
description="Cast media from Jellyfin Mobile and Web apps to MPV.",
Expand Down

0 comments on commit 2b6ccc0

Please sign in to comment.