chore(release): prepare for 1.0.16

This commit is contained in:
yaobiao131
2024-11-29 10:01:02 +08:00
parent aa048b4272
commit 07e01b5c0d
4 changed files with 15 additions and 3 deletions

View File

@@ -1,5 +1,17 @@
# 更新日志
## [1.0.16] - 2024-11-29
### Bug Fixes
- 加入bvuid3和bvuid4可能解决无法解析的问题
## [1.0.15] - 2024-11-26
### Bug Fixes
- 修复macos闪退问题 #179
## [1.0.14] - 2024-11-25
### Bug Fixes

View File

@@ -11,7 +11,7 @@ public class AppInfo
private const int A = 1;
private const int B = 0;
private const int C = 15;
private const int C = 16;
public AppInfo()
{

View File

@@ -9,7 +9,7 @@
<key>CFBundleName</key>
<string>哔哩下载姬</string>
<key>CFBundleVersion</key>
<string>1.0.15</string>
<string>1.0.16</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>CFBundleExecutable</key>

View File

@@ -1 +1 @@
1.0.15
1.0.16