From 57f9c28ec8e7492050a5f360b718168523cf50f3 Mon Sep 17 00:00:00 2001 From: Liming Jin Date: Tue, 19 Mar 2019 22:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=AD=E6=8F=90=E5=8D=87=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E5=B0=8F=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 555ce3d..5ffbe20 100644 --- a/README.md +++ b/README.md @@ -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. 【重构】网络请求事件改为按需注册,并在扩展程序不需要工作时卸载 diff --git a/manifest.json b/manifest.json index f646da5..b9ee805 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {