From f4cccd717717a9a06f692aaecfa3c3d43b0036bd Mon Sep 17 00:00:00 2001 From: YannikMG <19749617+YannikMG@users.noreply.github.com> Date: Fri, 31 Jul 2026 23:35:03 +0200 Subject: [PATCH] Fix manifest.json timestamp timezone conversion Was copied as 23:23:33Z instead of converting from the release's actual 23:23:33+02:00, off by 2 hours. Co-Authored-By: Claude Sonnet 5 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5c7a71b..1c69a80 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "targetAbi": "10.11.0.0", "sourceUrl": "https://git.umarumg.de/UmaruMG/AnilistSync/releases/download/v2.1.0.0/AnilistSync_2.1.0.0.zip", "checksum": "81fe39003de5362fbe204bc01ba19f7f", - "timestamp": "2026-07-31T23:23:33Z" + "timestamp": "2026-07-31T21:23:33Z" }, { "version": "2.0.0",