Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmziqrs committed Jan 17, 2021
1 parent 4386b14 commit 60ade57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ if (flutterRoot == null) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '12'
flutterVersionCode = '21'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '2.0.0'
flutterVersionName = '2.0.1'
}

apply plugin: 'com.android.application'
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/Home/widgets/HomeBuildVersion.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class HomeBuildVersion extends StatelessWidget {
),
width: double.infinity,
child: Text(
"${App.translate(HomeScreenMessages.version, context)} 2.0.0",
"${App.translate(HomeScreenMessages.version, context)} 2.0.1",
textAlign: TextAlign.center,
style: TextStyles.body27.copyWith(
color: AppTheme.text.withOpacity(0.4),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter project.
# 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.1.3
version: 2.0.1

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

0 comments on commit 60ade57

Please sign in to comment.