From 54f3491f16021d5d2014142cd5c7ab5dfd3f1e7e Mon Sep 17 00:00:00 2001 From: Vinoth Vino Date: Fri, 12 Feb 2021 08:59:28 +0530 Subject: [PATCH] Update project version --- lib/views/account/account_screen.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"