diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index 1fdb4b5..b5113d1 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -1,11 +1,11 @@ { "domain": "jellyfin", "name": "Jellyfin", - "version": "1.1.1", + "version": "1.1.2", "config_flow": true, "documentation": "https://github.com/koying/jellyfin_ha", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues", "requirements": ["jellyfin-apiclient-python==1.7.2"], "codeowners": ["@koying"], "iot_class": "local_push" - } \ No newline at end of file + }