From 4ad5c5f3344509e98c7b7b91648cba0b622c5b4f Mon Sep 17 00:00:00 2001 From: CodFrm Date: Sun, 16 Sep 2018 08:50:04 +0800 Subject: [PATCH] =?UTF-8?q?v1.51=E7=89=88=E6=9C=AC=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=B6=85=E6=96=B0h5=E6=92=AD=E6=94=BE=E5=99=A8=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=8C=82=E6=9C=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/cxmooc-tools/manifest.json | 2 +- src/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/cxmooc-tools/manifest.json b/build/cxmooc-tools/manifest.json index 384fe53..481f91a 100644 --- a/build/cxmooc-tools/manifest.json +++ b/build/cxmooc-tools/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "超星慕课小工具", - "version": "1.5.0", + "version": "1.5.1", "description": "用于超星慕课的小工具", "icons": { "16": "img/logo.png", diff --git a/src/config.js b/src/config.js index 0cda4cc..b1b2c34 100644 --- a/src/config.js +++ b/src/config.js @@ -1,6 +1,6 @@ module.exports = { url: "https://blog.icodef.com:8081/", - version: 1.5, + version: 1.51, update: 'https://github.com/CodFrm/cxmooc-tools/releases', enforce: false, cx: { -- GitLab