From d06113c82050aeaab904bac19fc5ba8dcb8e3547 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 7 Aug 2023 18:31:01 +0300 Subject: [PATCH] 1.4.1 => 1.4.2 --- android/app/build.gradle | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 26f7032..debf1af 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId 'com.simplytranslate_mobile' minSdkVersion 21 targetSdkVersion 33 - versionCode 10 - versionName '1.4.1' + versionCode 11 + versionName '1.4.2' } diff --git a/pubspec.yaml b/pubspec.yaml index aa1300a..efeec9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: simplytranslate_mobile description: An alternative frontend to Google Translate publish_to: 'none' -version: 1.4.1+1 +version: 1.4.2+1 environment: sdk: '>=3.0.1 <4.0.0'