diff --git a/.env b/.env index 6da33f1..8c91abc 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ GENERATE_SOURCEMAP=false REACT_APP_NAME=KISS Translator -REACT_APP_VERSION=1.2.3 +REACT_APP_VERSION=1.3.0 REACT_APP_HOMEPAGE=https://github.com/fishjar/kiss-translator REACT_APP_OPTIONSPAGE=https://fishjar.github.io/kiss-translator/options.html diff --git a/dist/chrome/manifest.json b/dist/chrome/manifest.json index 262f0f1..e4dae15 100644 --- a/dist/chrome/manifest.json +++ b/dist/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", - "version": "1.2.3", + "version": "1.3.0", "default_locale": "zh", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/dist/edge/chrome/manifest.json b/dist/edge/chrome/manifest.json index 262f0f1..e4dae15 100644 --- a/dist/edge/chrome/manifest.json +++ b/dist/edge/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", - "version": "1.2.3", + "version": "1.3.0", "default_locale": "zh", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/dist/firefox/manifest.json b/dist/firefox/manifest.json index f7a3c03..d0f92a6 100644 --- a/dist/firefox/manifest.json +++ b/dist/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_description__", - "version": "1.2.3", + "version": "1.3.0", "default_locale": "zh", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/dist/userscript/kiss-translator.user.js b/dist/userscript/kiss-translator.user.js index ff17c67..013d09d 100644 --- a/dist/userscript/kiss-translator.user.js +++ b/dist/userscript/kiss-translator.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name KISS Translator // @namespace https://github.com/fishjar/kiss-translator -// @version 1.2.3 +// @version 1.3.0 // @description A minimalist bilingual translation extension. // @author Gabe // @homepageURL https://github.com/fishjar/kiss-translator diff --git a/docs/manifest.firefox.json b/docs/manifest.firefox.json index f7a3c03..d0f92a6 100644 --- a/docs/manifest.firefox.json +++ b/docs/manifest.firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_description__", - "version": "1.2.3", + "version": "1.3.0", "default_locale": "zh", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/docs/manifest.json b/docs/manifest.json index 262f0f1..e4dae15 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", - "version": "1.2.3", + "version": "1.3.0", "default_locale": "zh", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/package.json b/package.json index a3998f0..7d5663c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kiss-translator", "description": "A simple translator extension", - "version": "1.2.3", + "version": "1.3.0", "author": "Gabe", "private": true, "dependencies": { diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index f7a3c03..d0f92a6 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.2.3", + "version": "1.3.0", "default_locale": "zh", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/public/manifest.json b/public/manifest.json index 262f0f1..e4dae15 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.2.3", + "version": "1.3.0", "default_locale": "zh", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator",