diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-20 22:34:46 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-20 22:42:39 +0530 |
commit | c292ba2e590a81ce3b0b6bd0bbe29ff6aad8ce34 (patch) | |
tree | 4e333e2ca9404abc237c15d8e1bce6720c16d7b9 | |
parent | de1b976638dae3ca98c665d8cba3560f49898030 (diff) |
build: bump versionv1.13.4
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | app/build.gradle.kts | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d08de4df..1d30e98c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.13.4] - 2021-03-20 + +- Fix support for ECDSA SSH keys and support AES-GCM +- Fix a couple issues with Autofill + ## [1.13.3] - 2021-03-06 ### Fixed @@ -415,7 +420,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.3...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...HEAD + +[1.13.4]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4 [1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d41807a3..f1f979d7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { defaultConfig { applicationId = "dev.msfjarvis.aps" - versionCode = 1_13_30 - versionName = "1.13.3" + versionCode = 1_13_40 + versionName = "1.13.4" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } |