diff --git a/lib/views/account/account_screen.dart b/lib/views/account/account_screen.dart index d5f4fe0..56fce35 100644 --- a/lib/views/account/account_screen.dart +++ b/lib/views/account/account_screen.dart @@ -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), ), ) diff --git a/pubspec.yaml b/pubspec.yaml index 861f78e..7004be6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"