Skip to content

Commit 563fd7c

Browse files
committed
beautification
1 parent 4034c02 commit 563fd7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/features/home/drawer/profile_drawer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class ProfileDrawer extends ConsumerWidget {
128128
Padding(
129129
padding: const EdgeInsets.all(16),
130130
child: Text(
131-
'Version 1.10.00',
131+
'Version 1.20.00',
132132
style: Theme.of(context).textTheme.caption,
133133
),
134134
),

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.10.00
19+
version: 1.20.00
2020

2121
environment:
2222
sdk: ">=2.19.2 <3.0.0"

0 commit comments

Comments
 (0)