From 315d892cf47cb16a59e8c18c7d7c24c6957043c1 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Wed, 21 May 2025 22:09:10 +0530 Subject: [PATCH] Bump version to 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3903398..6836601 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "1.0.0", + "version": "2.0.0", "engines": { "bun": ">=1.2.9" },