diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | app/build.gradle.kts | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c8ccb15..4f030d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.13.5] - 2021-07-28 + ### Fixed - When prompted to select a GPG key during onboarding, the app would crash if the user did not make a selection in OpenKeychain +- Certain apps had incorrect Autofill hints which would crash the app ## [1.13.4] - 2021-03-20 @@ -424,7 +427,9 @@ All notable changes to this project will be documented in this file. - Fix elements overlapping. -[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.5...release-1.13 + +[1.13.5]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...v1.13.5 [1.13.4]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f1f979d7..f165483e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { defaultConfig { applicationId = "dev.msfjarvis.aps" - versionCode = 1_13_40 - versionName = "1.13.4" + versionCode = 1_13_50 + versionName = "1.13.5" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } |