Skip to content

Commit

Permalink
preview 4 (break change)
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Oct 23, 2023
1 parent d30be86 commit cbf9cf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/lib/setting_screens/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CardAboutSoftwareInfo extends StatelessWidget {
title: AppLocalizations.of(context)!.aboutSoftwareInfoTitle,
content: [
const Text(
'v3.0.0 by Teages',
'v3.0.0 (Preview 4) by 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 @@ -17,7 +17,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: 3.0.0+20
version: 3.0.0+24

environment:
sdk: '>=2.19.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 @@ -15,7 +15,7 @@ import (

var (
appName = "vTablet"
appVersion = "v3.0.0"
appVersion = "v3.0.0 (Preview 4)"
)

func initTray(onExit func()) {
Expand Down

0 comments on commit cbf9cf5

Please sign in to comment.