From 2758f77af10344afc3721af8d5828353e98c2d23 Mon Sep 17 00:00:00 2001 From: tingyuan <1932294867@qq.com> Date: Sun, 21 Apr 2024 11:14:15 +0800 Subject: [PATCH] =?UTF-8?q?release(v0.5.3):=20=E6=94=AF=E6=8C=81=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=A7=86=E9=A2=91=E5=88=B0=E6=AD=8C=E6=9B=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/version.json | 14 +++++++------- package.json | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/version.json b/docs/version.json index 4f26810..75c346f 100644 --- a/docs/version.json +++ b/docs/version.json @@ -1,4 +1,11 @@ [ + { + "version": "0.5.3", + "changelog": [ + "支持添加视频到歌曲" + ], + "date": "2024-04-21T02:59:55.429Z" + }, { "version": "0.5.2", "changelog": [ @@ -30,12 +37,5 @@ "支持视频收藏" ], "date": "2024-03-16T10:49:57.833Z" - }, - { - "version": "0.3.1", - "changelog": [ - "修复黑暗模式切换" - ], - "date": "2024-02-26T09:17:51.119Z" } ] diff --git a/package.json b/package.json index 96dc129..e4c04e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minibili", - "version": "0.5.2", + "version": "0.5.3", "description": "minimum bilibili apk", "unpkg": "docs/version.json", "files": [ @@ -118,8 +118,8 @@ ] }, "config": { - "versionCode": 66, - "changelog": "支持评论显示时间" + "versionCode": 67, + "changelog": "支持添加视频到歌曲" }, - "gitHead": "3cde821" + "gitHead": "2591480" }