From 9589ab72f144543cb6ec79a86abf2a083722ed49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E5=BD=AA?= <1315508912@qq.com> Date: Thu, 21 Dec 2023 23:26:46 +0800 Subject: [PATCH] chore(release): prepare for 1.0.2 --- DownKyi/Models/AppInfo.cs | 2 +- script/macos/Info.plist | 4 ++-- version.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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