From aaf8dc6fe47eb6e315a58ddc18643c789af39783 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Thu, 22 May 2025 11:05:07 +0530 Subject: [PATCH] Bump version to 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a3e7f5..a3fdaa1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "2.0.0", + "version": "2.1.0", "engines": { "bun": ">=1.2.9" },