From a296e437c2b2b1539ff129d1f4ba48d08e4d86c1 Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Fri, 4 Feb 2022 18:38:40 +0100 Subject: [PATCH] Bump 1.0.10 --- changelog/changelog.md | 4 ++++ custom_components/jellyfin/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog/changelog.md b/changelog/changelog.md index de4a810..ad660ef 100644 --- a/changelog/changelog.md +++ b/changelog/changelog.md @@ -1,5 +1,9 @@ ## Changelog +### 1.0.10 + +- Revert ignore folders + ### 1.0.9 - Adjust for 2022.02 diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index 444586d..9921f59 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -1,7 +1,7 @@ { "domain": "jellyfin", "name": "Jellyfin", - "version": "1.0.9", + "version": "1.0.10", "config_flow": true, "documentation": "https://github.com/koying/jellyfin_ha", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues",