Skip to content

Commit

Permalink
chore(release): prepare for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yaobiao131 committed Dec 21, 2023
1 parent fa1a5bd commit 9589ab7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

const int a = 1;
const int b = 0;
const int c = 0;
const int c = 2;

public AppInfo()
{
Expand Down
4 changes: 2 additions & 2 deletions script/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 9589ab7

Please sign in to comment.