From afaac70bb8b81d3768c59fe04fd942a2b5dc88cd Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Sat, 9 Aug 2025 10:25:38 +0530 Subject: [PATCH] chore: bump version to v3.2.2 Patch release including: - Fix for issues #68 and #69 - Hero redesign improvements - Mobile hero image support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 771ccaf..4af4424 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "3.2.1", + "version": "3.2.2", "engines": { "bun": ">=1.2.9" },