summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-07-28 09:12:17 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-07-28 09:12:17 +0530
commitebddce11fca7a64c2d0ec7682f851e09f58db1ac (patch)
tree1a96b3bb47a072f496d5bea8e3b901028243c05c
parent90117047b787717f43b5ad2aa903a625ea97892f (diff)
build: bump versionv1.13.5
-rw-r--r--CHANGELOG.md7
-rw-r--r--app/build.gradle.kts4
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"
}