Skip to content

Commit

Permalink
chore(release): prepare for 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
yaobiao131 committed Nov 29, 2024
1 parent aa048b4 commit 07e01b5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion DownKyi/Models/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
2 changes: 1 addition & 1 deletion script/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.15
1.0.16

0 comments on commit 07e01b5

Please # to comment.