diff --git a/Jellyfin MPV Desktop.nsi b/Jellyfin MPV Desktop.nsi index e6ba8c21ab..0c36d23012 100644 --- a/Jellyfin MPV Desktop.nsi +++ b/Jellyfin MPV Desktop.nsi @@ -7,7 +7,7 @@ !define APP_NAME "Jellyfin MPV Desktop" !define COMP_NAME "Ian Walton" !define WEB_SITE "https://iwalton.com" -!define VERSION "1.05.04.00" +!define VERSION "1.05.05.00" !define COPYRIGHT "Ian Walton © 2020" !define DESCRIPTION "Client for Jellyfin" !define LICENSE_TXT "LICENSE.md" diff --git a/jellyfin_mpv_shim/constants.py b/jellyfin_mpv_shim/constants.py index f0d2602e93..6c86439b98 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.4" +CLIENT_VERSION = "1.5.5" USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION diff --git a/setup.py b/setup.py index b5e1da733b..95bc30c23d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='jellyfin-mpv-shim', - version='1.5.4', + version='1.5.5', author="Ian Walton", author_email="iwalton3@gmail.com", description="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)",