Skip to content

Commit 7fad609

Browse files
committed
docs: release 1.11.1
1 parent 8a73817 commit 7fad609

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pixiv-downloader",
33
"private": true,
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"type": "module",
66
"licenses": [
77
{

src/lib/components/Modal/Changelog/Changelog.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<header class="modal-header text-2xl font-bold">Pixiv Downloader {__VERSION__}</header>
2222

2323
<article class="modal-body mt-4">
24-
<h4 class=" text-xl mt-2">新增</h4>
24+
<h4 class=" text-xl mt-2">修复</h4>
2525
<ul class="list-disc list-inside leading-loose">
26-
<li>为Pixiv首页信息流添加下载按钮。</li>
26+
<li>排行榜上的图片没有下载按钮。</li>
2727
</ul>
2828
</article>
2929

0 commit comments

Comments
 (0)