fix version tag

This commit is contained in:
Gabe Yuan
2023-07-20 13:53:29 +08:00
parent ce366b7423
commit 8080a11259
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ If you also like a little more simplicity, welcome to pick it up.
### Schedule ### Schedule
- [x] Provide trial installation package (v1.0.1) - [x] Provide trial installation package (v1.1.0)
- [x] Adapt browser - [x] Adapt browser
- [x] Chrome - [x] Chrome
- [x] Edge - [x] Edge

View File

@@ -20,7 +20,7 @@
### 进度 ### 进度
- [x] 提供试用安装包v1.0.1 - [x] 提供试用安装包v1.1.0
- [x] 适配浏览器 - [x] 适配浏览器
- [x] Chrome - [x] Chrome
- [x] Edge - [x] Edge

View File

@@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "__MSG_app_name__", "name": "__MSG_app_name__",
"description": "__MSG_app_description__", "description": "__MSG_app_description__",
"version": "1.0.1", "version": "1.1.0",
"default_locale": "zh", "default_locale": "zh",
"author": "Gabe<yugang2002@gmail.com>", "author": "Gabe<yugang2002@gmail.com>",
"homepage_url": "https://github.com/fishjar/kiss-translator", "homepage_url": "https://github.com/fishjar/kiss-translator",

View File

@@ -1,7 +1,7 @@
{ {
"name": "kiss-translator", "name": "kiss-translator",
"description": "A simple translator extension", "description": "A simple translator extension",
"version": "1.0.1", "version": "1.1.0",
"author": "Gabe<yugang2002@gmail.com>", "author": "Gabe<yugang2002@gmail.com>",
"private": true, "private": true,
"dependencies": { "dependencies": {

View File

@@ -2,7 +2,7 @@
"manifest_version": 3, "manifest_version": 3,
"name": "__MSG_app_name__", "name": "__MSG_app_name__",
"description": "__MSG_app_description__", "description": "__MSG_app_description__",
"version": "1.0.1", "version": "1.1.0",
"default_locale": "zh", "default_locale": "zh",
"author": "Gabe<yugang2002@gmail.com>", "author": "Gabe<yugang2002@gmail.com>",
"homepage_url": "https://github.com/fishjar/kiss-translator", "homepage_url": "https://github.com/fishjar/kiss-translator",