From 3f98114bdc0fc5b8405b1d653faa6efc36cd3106 Mon Sep 17 00:00:00 2001 From: Listen 1 Date: Sun, 18 Feb 2018 19:08:35 +0800 Subject: [PATCH] bump version 1.5.0 --- README.md | 2 +- listen1.html | 2 +- manifest.json | 2 +- manifest_firefox.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f36cebd..3817f75 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Listen 1 (Chrome Extension) V1.4.0 +Listen 1 (Chrome Extension) V1.5.0 ========== (最后更新于2018年02月18日) diff --git a/listen1.html b/listen1.html index 0fae8f6..1cd1ee4 100644 --- a/listen1.html +++ b/listen1.html @@ -351,7 +351,7 @@

Listen 1 主页: http://listen1.github.io/listen1/

Listen 1 邮箱: githublisten1@gmail.com

-

当前版本 1.4.0 (本软件基于MIT协议开源免费)

+

当前版本 1.5.0 (本软件基于MIT协议开源免费)

diff --git a/manifest.json b/manifest.json index 96e6748..b3dedf2 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "manifest_version": 2, "name": "Listen 1", "permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://api.github.com/*", "*://github.com/*", "webRequest", "webRequestBlocking"], - "version": "1.4.0", + "version": "1.5.0", "web_accessible_resources": [ "images/*" ], "content_scripts": [{ "matches": ["https://listen1.github.io/listen1/*"], diff --git a/manifest_firefox.json b/manifest_firefox.json index 87f979a..e599d6a 100644 --- a/manifest_firefox.json +++ b/manifest_firefox.json @@ -21,7 +21,7 @@ "manifest_version": 2, "name": "Listen 1", "permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://api.github.com/*", "*://github.com/*", "webRequest", "webRequestBlocking"], - "version": "1.4.0", + "version": "1.5.0", "web_accessible_resources": [ "images/*" ], "content_scripts": [{ "matches": ["https://listen1.github.io/listen1/*"],