diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24c641a..4ec4418 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/DownKyi/Models/AppInfo.cs b/DownKyi/Models/AppInfo.cs
index 5b90e03..8898ec5 100644
--- a/DownKyi/Models/AppInfo.cs
+++ b/DownKyi/Models/AppInfo.cs
@@ -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()
{
diff --git a/script/macos/Info.plist b/script/macos/Info.plist
index c781bdc..c9df1fb 100644
--- a/script/macos/Info.plist
+++ b/script/macos/Info.plist
@@ -9,7 +9,7 @@
CFBundleName
哔哩下载姬
CFBundleVersion
- 1.0.15
+ 1.0.16
LSMinimumSystemVersion
10.15
CFBundleExecutable
diff --git a/version.txt b/version.txt
index 758a46e..d941c12 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.0.15
\ No newline at end of file
+1.0.16
\ No newline at end of file