chore(release): prepare for 1.0.2

This commit is contained in:
姚彪
2023-12-21 23:26:46 +08:00
parent fa1a5bd5e2
commit 9589ab72f1
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ public class AppInfo
const int a = 1;
const int b = 0;
const int c = 0;
const int c = 2;
public AppInfo()
{

View File

@@ -5,11 +5,11 @@
<key>CFBundleIconFile</key>
<string>logo.icns</string>
<key>CFBundleIdentifier</key>
<string>com.identifier</string>
<string>cn.bzdrs.downkyi</string>
<key>CFBundleName</key>
<string>哔哩下载姬</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1.0.2</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>CFBundleExecutable</key>

View File

@@ -1 +1 @@
1.0.1
1.0.2