From bc24b40bf27721461b85bd3e966325adb89e8abf Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sat, 20 Dec 2025 13:00:27 +0000 Subject: [PATCH] Update manifest.json for version 1.0.0 --- manifest.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6395da0..46c481f 100644 --- a/manifest.json +++ b/manifest.json @@ -7,6 +7,15 @@ "owner": "dtourolle", "category": "General", "imageUrl": "https://gitea.tourolle.paris/dtourolle/jellypod/raw/branch/master/Jellyfin.Plugin.Jellypod/Images/channel-icon.jpg", - "versions": [] + "versions": [ + { + "version": "1.0.0", + "changelog": "Release 1.0.0", + "targetAbi": "10.9.0.0", + "sourceUrl": "https://gitea.tourolle.paris/dtourolle/jellypod/releases/download/v1.0.0/jellypod_1.0.0.0.zip", + "checksum": "3267fa2bee3661f9a85c959497fe20dd", + "timestamp": "2025-12-20T13:00:27Z" + } + ] } ]