Skip to content

Commit 54f3491

Browse files
committed
Update project version
1 parent fdbf433 commit 54f3491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/views/account/account_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class _PastOrderListView extends StatelessWidget {
226226
height: 130.0,
227227
color: Colors.grey[200],
228228
child: Text(
229-
'App Version v1.1.0',
229+
'App Version v1.0.1',
230230
style: Theme.of(context).textTheme.bodyText1.copyWith(color: Colors.grey[700], fontSize: 13.0),
231231
),
232232
)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.0.0+1
18+
version: 1.0.1+1
1919

2020
environment:
2121
sdk: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)