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 6e3a16b commit f70694cCopy full SHA for f70694c
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 = 14;
+ private const int C = 15;
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.14</string>
+ <string>1.0.15</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>CFBundleExecutable</key>
version.txt
@@ -1 +1 @@
1
-1.0.14
+1.0.15
0 commit comments