From beca31f55d2a8d4cf8340fc2d686f1408519c858 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Thu, 21 Dec 2023 14:24:08 +0800 Subject: [PATCH] v1.7.15 --- .env | 2 +- package.json | 2 +- public/manifest.firefox.json | 2 +- public/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 5705381..36dae21 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.14 +REACT_APP_VERSION=1.7.15 REACT_APP_HOMEPAGE=https://github.com/fishjar/kiss-translator diff --git a/package.json b/package.json index bce737e..243fc6a 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.14", + "version": "1.7.15", "author": "Gabe", "private": true, "dependencies": { diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index f56c23c..5db31d8 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.14", + "version": "1.7.15", "default_locale": "en", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/public/manifest.json b/public/manifest.json index 038b70d..cac9d15 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.14", + "version": "1.7.15", "default_locale": "en", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator",