diff --git a/README.md b/README.md
index 3817f75..d11aa77 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Listen 1 (Chrome Extension) V1.5.0
+Listen 1 (Chrome Extension) V1.5.1
==========
(最后更新于2018年02月18日)
@@ -47,6 +47,7 @@ Firefox打包安装
`2018-02-18`
+* 修复无法创建歌单的bug
* 增加歌曲主页,点击封面可进入(特别感谢@iparanoid提供歌曲页面UI设计)
`2018-02-15`
diff --git a/listen1.html b/listen1.html
index 1cd1ee4..5e11d84 100644
--- a/listen1.html
+++ b/listen1.html
@@ -42,8 +42,8 @@
-
-
+
+
diff --git a/manifest.json b/manifest.json
index b3dedf2..e8e46f5 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.5.0",
+ "version": "1.5.1",
"web_accessible_resources": [ "images/*" ],
"content_scripts": [{
"matches": ["https://listen1.github.io/listen1/*"],
diff --git a/manifest_firefox.json b/manifest_firefox.json
index e599d6a..9341b20 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.5.0",
+ "version": "1.5.1",
"web_accessible_resources": [ "images/*" ],
"content_scripts": [{
"matches": ["https://listen1.github.io/listen1/*"],