Skip to content

Commit e62ce33

Browse files
committed
feat: bump build & version
1 parent aab2e20 commit e62ce33

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mobile/lib/ui/app/info/info.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class InfoPage extends StatelessWidget {
1818
ListTile(
1919
title: Text("Version",
2020
style: TextStyle(color: darkTheme.onSurfaceVariant)),
21-
subtitle: Text("1.1.2",
21+
subtitle: Text("1.2.1",
2222
style: TextStyle(color: darkTheme.onSurfaceVariant)),
2323
leading: Icon(Icons.build, color: darkTheme.onSurfaceVariant),
2424
onTap: () {},
@@ -27,7 +27,7 @@ class InfoPage extends StatelessWidget {
2727
ListTile(
2828
title: Text("Build Number",
2929
style: TextStyle(color: darkTheme.onSurfaceVariant)),
30-
subtitle: Text("15",
30+
subtitle: Text("17",
3131
style: TextStyle(color: darkTheme.onSurfaceVariant)),
3232
leading: Icon(Icons.build, color: darkTheme.onSurfaceVariant),
3333
onTap: () {},

mobile/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.2.0+16
19+
version: 1.2.1+17
2020

2121
environment:
2222
sdk: ^3.5.3

0 commit comments

Comments
 (0)