Skip to content

Commit

Permalink
bump v2.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Dec 22, 2020
1 parent f391eda commit 05a8313
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Listen 1 (Chrome Extension) V2.17.3
Listen 1 (Chrome Extension) V2.17.4
==========
(最后更新于2020年12月22日)

Expand Down Expand Up @@ -72,6 +72,7 @@ Listen1诞生的初衷从不是和大公司的争夺版权利益,而是为了
更新日志
-------
`2020-12-22`
* 修复酷我音乐无法播放的问题
* 修复我创建的歌单升级后无法播放的问题

`2020-12-20`
Expand Down
3 changes: 2 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Listen 1 (Chrome Extension) V2.17.3
Listen 1 (Chrome Extension) V2.17.4
==========
(Last Update December 22nd, 2020)

Expand Down Expand Up @@ -47,6 +47,7 @@ Install (Firefox)
Changelog
-------
`2020-12-22`
* fix bug: kuwo music can't be played
* fix bug: after upgrade v2.17.2, my playlist can't be played

`2020-12-20`
Expand Down
2 changes: 1 addition & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ <h2> {{ backup.id }} {{backup.description}}</h2>
<p> Listen 1 {{_HOMEPAGE}}: <a open-url="'http://listen1.github.io/listen1/'"> http://listen1.github.io/listen1/ </a> </p>
<p> Listen 1 {{_EMAIL}}: [email protected] </p>
<p> {{_DESIGNER}}: iparanoid </p>
<p> {{_VERSION}}: 2.17.3 {{_LICENSE_NOTICE}}</p>
<p> {{_VERSION}}: 2.17.4 {{_LICENSE_NOTICE}}</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.17.3",
"version": "2.17.4",
"web_accessible_resources": [
"images/*"
],
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.17.3",
"version": "2.17.4",
"web_accessible_resources": [
"images/*"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listen1_chrome_extension",
"version": "2.17.3",
"version": "2.17.4",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 05a8313

Please sign in to comment.