diff --git a/Plex MPV Shim.iss b/Plex MPV Shim.iss index 3d19297..d6e4429 100644 --- a/Plex MPV Shim.iss +++ b/Plex MPV Shim.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Plex MPV Shim" -#define MyAppVersion "1.11.0" +#define MyAppVersion "1.11.1" #define MyAppPublisher "Ian Walton" #define MyAppURL "https://github.com/iwalton3/plex-mpv-shim" #define MyAppExeName "run.exe" diff --git a/setup.py b/setup.py index 1670b87..11af5c1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='plex-mpv-shim', - version='1.11.0', + version='1.11.1', author="Ian Walton", author_email="iwalton3@gmail.com", description="Cast media from Plex Mobile and Web apps to MPV. (Unofficial)",