From b5b3ee8709a6f6fed534873d4e05e4d11018162d Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 16 Oct 2025 00:55:16 +0800 Subject: [PATCH] update version number: 2.0.1 --- .env | 2 +- package.json | 2 +- public/manifest.firefox.json | 2 +- public/manifest.json | 2 +- public/manifest.thunderbird.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 1d4468b..53689ed 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ GENERATE_SOURCEMAP=false REACT_APP_NAME=KISS Translator REACT_APP_NAME_CN=简约翻译 -REACT_APP_VERSION=2.0.0 +REACT_APP_VERSION=2.0.1 REACT_APP_HOMEPAGE=https://github.com/fishjar/kiss-translator diff --git a/package.json b/package.json index e00acc2..dfd66df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kiss-translator", "description": "A minimalist bilingual translation Extension & Greasemonkey Script", - "version": "2.0.0", + "version": "2.0.1", "author": "Gabe", "private": true, "dependencies": { diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index f3d7a0a..1ebce28 100644 --- a/public/manifest.firefox.json +++ b/public/manifest.firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_description__", - "version": "2.0.0", + "version": "2.0.1", "default_locale": "en", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/public/manifest.json b/public/manifest.json index 8aefb62..491702e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", - "version": "2.0.0", + "version": "2.0.1", "default_locale": "en", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/public/manifest.thunderbird.json b/public/manifest.thunderbird.json index 15314d8..bbb4210 100644 --- a/public/manifest.thunderbird.json +++ b/public/manifest.thunderbird.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_description__", - "version": "2.0.0", + "version": "2.0.1", "default_locale": "en", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator",