diff --git a/.env b/.env index 98275a97..3e3567a2 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ GENERATE_SOURCEMAP=false REACT_APP_NAME=KISS Translator REACT_APP_NAME_CN=简约翻译 -REACT_APP_VERSION=1.7.11 +REACT_APP_VERSION=1.7.12 REACT_APP_HOMEPAGE=https://github.com/fishjar/kiss-translator diff --git a/package.json b/package.json index 0ff15bd8..f921b5f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kiss-translator", "description": "A minimalist bilingual translation Extension & Greasemonkey Script", - "version": "1.7.11", + "version": "1.7.12", "author": "Gabe", "private": true, "dependencies": { diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index 7ba9d89a..60001913 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": "1.7.11", + "version": "1.7.12", "default_locale": "en", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/public/manifest.json b/public/manifest.json index 2a6d85b4..7a06cc13 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": "1.7.11", + "version": "1.7.12", "default_locale": "en", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator",