From 2ab568b2d2d552fc71536d81d60cb68705c5c21a Mon Sep 17 00:00:00 2001 From: emansih Date: Fri, 18 Mar 2022 08:51:36 +1100 Subject: [PATCH] Bump version --- app/build.gradle | 4 ++-- whatsnew/whatsnew-en_github.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a3fc21ed..e11c4ebc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "xyz.hisname.fireflyiii" minSdkVersion(Dependencies.minSdk) targetSdkVersion(Dependencies.targetSdk) - versionCode 111 - versionName "5.0.6" + versionCode 112 + versionName "5.0.7" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/whatsnew/whatsnew-en_github.txt b/whatsnew/whatsnew-en_github.txt index 7f2baa59..882fa7c9 100644 --- a/whatsnew/whatsnew-en_github.txt +++ b/whatsnew/whatsnew-en_github.txt @@ -1 +1,2 @@ -Fix a bug where app will not work if you are using custom SSL certs(self signed). \ No newline at end of file +Fix bug where account authentication will fail when user enters the wrong credentials for the first time. (@teldosa) +Fix bug where recyclerview will show duplicate data. (@teldosa) \ No newline at end of file