From c67c0bcc5b14111c441ea2da15d70a2f2486ef54 Mon Sep 17 00:00:00 2001 From: Ferry-200 Date: Fri, 3 May 2024 19:56:08 +0800 Subject: [PATCH] v1.0.2 --- lib/app_settings.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app_settings.dart b/lib/app_settings.dart index 9b2e5fb..8ea4807 100644 --- a/lib/app_settings.dart +++ b/lib/app_settings.dart @@ -8,7 +8,7 @@ import 'package:window_manager/window_manager.dart'; class AppSettings { static final github = GitHub(); - static const String version = "1.0.1"; + static const String version = "1.0.2"; /// 主题模式:亮 / 暗 late Brightness themeMode;