From 1b61bf4ed5fc6ba4cb71d7082157f767fa3e67ee Mon Sep 17 00:00:00 2001 From: Jamkris Date: Mon, 13 Apr 2026 15:24:54 +0900 Subject: [PATCH] chore: bump version to 1.2.10 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 09eec39..5b7fe9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-env-manager", - "version": "1.2.9", + "version": "1.2.10", "description": "Multi-git-profile manager with SSH key integration", "type": "module", "bin": { diff --git a/src/index.ts b/src/index.ts index 9365928..0f0b468 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,7 +23,7 @@ try { // Keep default locale if config is unreadable } -const VERSION = '1.2.9'; +const VERSION = '1.2.10'; const program = new Command();