Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
X1nto committed Aug 14, 2023
1 parent bdf67e5 commit 82ac854
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.xinto.mauth"
minSdk = 21
targetSdk = 33
versionCode = 60
versionName = "0.6.0"
versionCode = 61
versionName = "0.6.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/61.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v0.6.1

Fixes
=====
- Fixed the parsing for OTP strings which had lowercase algorithm names
- The "Add Account" bottom sheet no longer overlaps with the system navigation bars

0 comments on commit 82ac854

Please sign in to comment.