diff options
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | app/build.gradle.kts | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aad8a194..d08de4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.13.3] - 2021-03-06 + ### Fixed - Autofill now works much more reliably in Chrome 89 and later, including support for saving passwords if no accessibility service is enabled. @@ -413,7 +415,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.2...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...HEAD + +[1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3 [1.13.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.1...v1.13.2 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 77eb034d..d41807a3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { defaultConfig { applicationId = "dev.msfjarvis.aps" - versionCode = 1_13_20 - versionName = "1.13.2" + versionCode = 1_13_30 + versionName = "1.13.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } |