diff --git a/.env b/.env index 51e30d7..9f45658 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.9 +REACT_APP_VERSION=2.0.10 REACT_APP_HOMEPAGE=https://github.com/fishjar/kiss-translator diff --git a/package.json b/package.json index 54b95e6..430b00e 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.9", + "version": "2.0.10", "author": "Gabe", "private": true, "dependencies": { diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index f6e595d..3a70a64 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.9", + "version": "2.0.10", "default_locale": "en", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/public/manifest.json b/public/manifest.json index 7065b41..4b3be20 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.9", + "version": "2.0.10", "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 b946eb9..76d1ab8 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.9", + "version": "2.0.10", "default_locale": "en", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator",