Skip to content

Commit 60ade57

Browse files
committed
Version 2.0.1
1 parent 4386b14 commit 60ade57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ if (flutterRoot == null) {
1313

1414
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
1515
if (flutterVersionCode == null) {
16-
flutterVersionCode = '12'
16+
flutterVersionCode = '21'
1717
}
1818

1919
def flutterVersionName = localProperties.getProperty('flutter.versionName')
2020
if (flutterVersionName == null) {
21-
flutterVersionName = '2.0.0'
21+
flutterVersionName = '2.0.1'
2222
}
2323

2424
apply plugin: 'com.android.application'

lib/screens/Home/widgets/HomeBuildVersion.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class HomeBuildVersion extends StatelessWidget {
1616
),
1717
width: double.infinity,
1818
child: Text(
19-
"${App.translate(HomeScreenMessages.version, context)} 2.0.0",
19+
"${App.translate(HomeScreenMessages.version, context)} 2.0.1",
2020
textAlign: TextAlign.center,
2121
style: TextStyles.body27.copyWith(
2222
color: AppTheme.text.withOpacity(0.4),

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: A new Flutter project.
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.1.3
14+
version: 2.0.1
1515

1616
environment:
1717
sdk: '>=2.7.0 <3.0.0'

0 commit comments

Comments
 (0)