diff --git a/README.en.md b/README.en.md index cb844f8..092d9af 100644 --- a/README.en.md +++ b/README.en.md @@ -20,7 +20,7 @@ If you also like a little more simplicity, welcome to pick it up. ### Schedule -- [x] Provide trial installation package (v1.0.1) +- [x] Provide trial installation package (v1.1.0) - [x] Adapt browser - [x] Chrome - [x] Edge diff --git a/README.md b/README.md index 4a6c640..a220c33 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ### 进度 -- [x] 提供试用安装包(v1.0.1) +- [x] 提供试用安装包(v1.1.0) - [x] 适配浏览器 - [x] Chrome - [x] Edge diff --git a/manifest.firefox.json b/manifest.firefox.json index a8ce411..6f8fc6f 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_description__", - "version": "1.0.1", + "version": "1.1.0", "default_locale": "zh", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", diff --git a/package.json b/package.json index 4f5f554..6a44512 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kiss-translator", "description": "A simple translator extension", - "version": "1.0.1", + "version": "1.1.0", "author": "Gabe", "private": true, "dependencies": { diff --git a/public/manifest.json b/public/manifest.json index 44b239d..be88c3f 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.0.1", + "version": "1.1.0", "default_locale": "zh", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator",