Skip to content

Commit

Permalink
Update project version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothvino42 committed Feb 12, 2021
1 parent fdbf433 commit 54f3491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/views/account/account_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class _PastOrderListView extends StatelessWidget {
height: 130.0,
color: Colors.grey[200],
child: Text(
'App Version v1.1.0',
'App Version v1.0.1',
style: Theme.of(context).textTheme.bodyText1.copyWith(color: Colors.grey[700], fontSize: 13.0),
),
)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
version: 1.0.1+1

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 54f3491

Please sign in to comment.