diff --git a/DownKyi/Models/AppInfo.cs b/DownKyi/Models/AppInfo.cs index cca97a5..088585e 100644 --- a/DownKyi/Models/AppInfo.cs +++ b/DownKyi/Models/AppInfo.cs @@ -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() { diff --git a/script/macos/Info.plist b/script/macos/Info.plist index e87e51a..d7bb28e 100644 --- a/script/macos/Info.plist +++ b/script/macos/Info.plist @@ -5,11 +5,11 @@ CFBundleIconFile logo.icns CFBundleIdentifier - com.identifier + cn.bzdrs.downkyi CFBundleName 哔哩下载姬 CFBundleVersion - 1.0.0 + 1.0.2 LSMinimumSystemVersion 10.15 CFBundleExecutable diff --git a/version.txt b/version.txt index 7f20734..e6d5cb8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file