From 557f7e0855b6bd39ea8d89974930c22248ed0c1e Mon Sep 17 00:00:00 2001 From: Teages Date: Fri, 2 Sep 2022 19:40:05 +0800 Subject: [PATCH] v2.0.2 --- client/lib/main.dart | 2 +- client/pubspec.yaml | 2 +- server/tray.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/lib/main.dart b/client/lib/main.dart index 7e5cb93..582cc09 100644 --- a/client/lib/main.dart +++ b/client/lib/main.dart @@ -351,7 +351,7 @@ class _SettingPageState extends State { ]), // About ...SettingCard('About', [ - const Text('v2.0.1 - Copyright (c) 2022 Teages'), + const Text('v2.0.2 - Copyright (c) 2022 Teages'), const SizedBox( height: 35, ), diff --git a/client/pubspec.yaml b/client/pubspec.yaml index bb4968a..0430181 100644 --- a/client/pubspec.yaml +++ b/client/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.0.1+9 +version: 2.0.2+10 environment: sdk: ">=2.17.6 <3.0.0" diff --git a/server/tray.go b/server/tray.go index 9b7d8c7..9e2ab4f 100644 --- a/server/tray.go +++ b/server/tray.go @@ -16,7 +16,7 @@ func initTray(onExit func()) { systray.SetTitle("vTablet") systray.SetTooltip("vTablet") - mAbout := systray.AddMenuItem("vTablet v2.0.1", "About") + mAbout := systray.AddMenuItem("vTablet v2.0.2", "About") go func() { for {