Skip to content

Commit

Permalink
Merge branch 'developer'
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliming2 committed Mar 19, 2019
2 parents 8e85418 + 57f9c28 commit 3195e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ A Google Chrome extension used to modify the page default encoding for Google Ch
[Google Chrome Web Store](https://chrome.google.com/webstore/detail/oenllhgkiiljibhfagbfogdbchhdchml)

## History
### v0.5.1(2019/3/19)
1. 【修复】由于 v0.5.0 发布时少打包了一个文件,导致 Chrome 商店无法安装、更新

### v0.5.0(2019/3/15)
1. 【重构】将编码探测脚本改为按需执行
2. 【重构】网络请求事件改为按需注册,并在扩展程序不需要工作时卸载
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_appName__",
"version": "0.5.0",
"version": "0.5.1",
"default_locale": "en",
"description": "__MSG_appDescription__",
"icons": {
Expand Down

0 comments on commit 3195e97

Please sign in to comment.