Skip to content

Commit 3b5dd48

Browse files
committed
Changed version
1 parent c620c7e commit 3b5dd48

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
@@ -121,7 +121,7 @@ class ProfileDrawer extends ConsumerWidget {
121121
Padding(
122122
padding: const EdgeInsets.all(16),
123123
child: Text(
124-
'Version 1.00',
124+
'Version 1.00.10',
125125
style: Theme.of(context).textTheme.caption,
126126
),
127127
),

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.00.00
19+
version: 1.00.10
2020

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

0 commit comments

Comments
 (0)