diff --git a/Jellyfin MPV Desktop.iss b/Jellyfin MPV Desktop.iss index cb30f7a1a9..2e3a71535c 100644 --- a/Jellyfin MPV Desktop.iss +++ b/Jellyfin MPV Desktop.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Jellyfin MPV Desktop" -#define MyAppVersion "1.5.7" +#define MyAppVersion "1.5.8" #define MyAppPublisher "Ian Walton" #define MyAppURL "https://iwalton.com/" #define MyAppExeName "run-desktop.exe" diff --git a/jellyfin_mpv_shim/constants.py b/jellyfin_mpv_shim/constants.py index d7c8246246..bffdb701cf 100644 --- a/jellyfin_mpv_shim/constants.py +++ b/jellyfin_mpv_shim/constants.py @@ -1,4 +1,4 @@ APP_NAME = 'jellyfin-mpv-shim' USER_APP_NAME = 'Jellyfin MPV Shim' -CLIENT_VERSION = "1.5.7" +CLIENT_VERSION = "1.5.8" USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION diff --git a/setup.py b/setup.py index ffc5ee77cb..d7b9fb45e6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='jellyfin-mpv-shim', - version='1.5.7', + version='1.5.8', author="Ian Walton", author_email="iwalton3@gmail.com", description="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)",