Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
* HotFix: Fixed crashing when editing cipher by manual adding otp
* Fixed showing other cipher data (e.g website or 2fa) when cipher doesn't have username and password
  • Loading branch information
M3DZIK committed Feb 28, 2024
1 parent 8558257 commit c6447d0
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = "dev.medzik.librepass.android"
minSdk = libs.versions.android.sdk.min.get().toInt()
targetSdk = libs.versions.android.sdk.target.get().toInt()
versionCode = 12
versionName = "1.2.0"
versionCode = 13
versionName = "1.2.1"

vectorDrawables {
useSupportLibrary = true
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* HotFix: Fixed crashing when editing cipher by manual adding otp
* Fixed showing other cipher data (e.g website or 2fa) when cipher doesn't have username and password

0 comments on commit c6447d0

Please sign in to comment.