We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021a5b2 commit a3dcb95Copy full SHA for a3dcb95
DownKyi/Models/AppInfo.cs
@@ -11,7 +11,7 @@ public class AppInfo
11
12
private const int A = 1;
13
private const int B = 0;
14
- private const int C = 19;
+ private const int C = 20;
15
16
public AppInfo()
17
{
script/macos/Info.plist
@@ -9,7 +9,7 @@
9
<key>CFBundleName</key>
10
<string>哔哩下载姬</string>
<key>CFBundleVersion</key>
- <string>1.0.19</string>
+ <string>1.0.20</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>CFBundleExecutable</key>
version.txt
@@ -1 +1 @@
1
-1.0.19
+1.0.20
0 commit comments