Skip to content

Commit

Permalink
bump: v2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Jul 14, 2023
1 parent f825fb0 commit 78d04f3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Listen 1 (Chrome Extension) V2.29.0
# Listen 1 (Chrome Extension) V2.30.0

(最后更新于 2023 年 7 月 13 日)
(最后更新于 2023 年 7 月 14 日)

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Listen 1 (Chrome Extension) V2.29.0
# Listen 1 (Chrome Extension) V2.30.0

(Last Update March 29th, 2023)
(Last Update July 14th, 2023)

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

Expand Down
4 changes: 2 additions & 2 deletions listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ <h2>{{ backup.id }} {{backup.description}}</h2>
</p>
<p>{{_DESIGNER}} ({{_THEME_WHITE}}): iparanoid </p>
<p>{{_DESIGNER}} ({{_THEME_MODERN_BLACK}}, {{_THEME_MODERN_WHITE}}): 814959822, Antion</p>
<p>{{_VERSION}}: v2.29.0 {{_LICENSE_NOTICE}}</p>
<p>{{_VERSION}}: v2.30.0 {{_LICENSE_NOTICE}}</p>
<p ng-show='lastestVersion!=""'>
{{_LATEST_VERSION}}: {{lastestVersion}}
</p>
Expand Down Expand Up @@ -3548,7 +3548,7 @@ <h2>{{ backup.id }} {{backup.description}}</h2>
</p>
<p>{{_DESIGNER}} ({{_THEME_WHITE}}): iparanoid </p>
<p>{{_DESIGNER}} ({{_THEME_MODERN_BLACK}}, {{_THEME_MODERN_WHITE}}): 814959822, Antion</p>
<p>{{_VERSION}}: v2.29.0 {{_LICENSE_NOTICE}}</p>
<p>{{_VERSION}}: v2.30.0 {{_LICENSE_NOTICE}}</p>
<p ng-show='lastestVersion!=""'>
{{_LATEST_VERSION}}: {{lastestVersion}}
</p>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.29.0",
"version": "2.30.0",
"web_accessible_resources": ["images/*"],
"content_scripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.29.0",
"version": "2.30.0",
"web_accessible_resources": ["images/*"],
"content_scripts": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.29.0",
"version": "2.30.0",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 78d04f3

Please sign in to comment.