Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Sep 5, 2022
1 parent 9fb1091 commit 290794a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
./dist/**
./dist/**
/vscode
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

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.2 - Copyright (c) 2022 Teages'),
const Text('v2.0.3 - 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.2+10
version: 2.0.3+11

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.2", "About")
mAbout := systray.AddMenuItem("vTablet v2.0.3", "About")

go func() {
for {
Expand Down

0 comments on commit 290794a

Please sign in to comment.