Skip to content

Commit a4f0dd5

Browse files
committed
Release v1.0.0.8
1 parent 4a73980 commit a4f0dd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Make podcast RSS displayed more friendly",
55
"author": "LGiki",
66
"homepage_url": "https://github.com/LGiki/nice-podcast-rss",
7-
"version": "1.0.0.7",
7+
"version": "1.0.0.8",
88
"icons": {
99
"16": "icons/icon-16.png",
1010
"48": "icons/icon-48.png",

podcast-viewer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ const generatePodcastPage = (podcast) => {
423423

424424
const printExtensionInfo = () => {
425425
console.log(
426-
'%c✨%c Nice Podcast RSS v1.0.0.7 %c https://github.com/LGiki/nice-podcast-rss',
426+
'%c✨%c Nice Podcast RSS v1.0.0.8 %c https://github.com/LGiki/nice-podcast-rss',
427427
'background-color:#bfd8bd;padding:4px;border-radius:4px 0 0 4px;',
428428
'background-color:#77bfa3;padding:4px;color:#fff;border-radius:0 4px 4px 0;',
429429
''

0 commit comments

Comments
 (0)