Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emansih committed Mar 17, 2022
1 parent 9048915 commit 2ab568b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion whatsnew/whatsnew-en_github.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Fix a bug where app will not work if you are using custom SSL certs(self signed).
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)

0 comments on commit 2ab568b

Please sign in to comment.