Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Sep 2, 2022
1 parent 9976d6c commit 557f7e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ class _SettingPageState extends State<SettingPage> {
]),
// About
...SettingCard('About', <Widget>[
const Text('v2.0.1 - Copyright (c) 2022 Teages'),
const Text('v2.0.2 - Copyright (c) 2022 Teages'),
const SizedBox(
height: 35,
),
Expand Down
2 changes: 1 addition & 1 deletion client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion server/tray.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 557f7e0

Please sign in to comment.