diff --git a/lib/main.dart b/lib/main.dart index 569eb355..71cc4d11 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -18,7 +18,7 @@ void main() async { if (Platform.isWindows || Platform.isLinux) { await windowManager.ensureInitialized(); WindowOptions windowOptions = const WindowOptions( - size: Size(1280, 850), + size: Size(1280, 860), center: true, // backgroundColor: Colors.white, skipTaskbar: false, diff --git a/lib/request/api.dart b/lib/request/api.dart index 94f2109b..eb7af60d 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -1,6 +1,6 @@ class Api { // 当前版本 - static const String version = '1.0.5'; + static const String version = '1.0.6'; // 项目主页 static const String sourceUrl = "https://github.com/Predidit/Kazumi"; // 规则仓库 diff --git a/pubspec.yaml b/pubspec.yaml index 1451ec1b..cbd1fb93 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.5+1 +version: 1.0.6+1 environment: sdk: '>=3.3.4 <4.0.0'