From dde4c0eb03885283d76f4c628f8f19e61ae429f5 Mon Sep 17 00:00:00 2001 From: DevelopmentalOctopus <108596533+DevelopmentalOctopus@users.noreply.github.com> Date: Tue, 5 Jul 2022 14:29:14 -0700 Subject: [PATCH] bump manifest to 1.1.2 --- custom_components/jellyfin/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + }