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 461f7fb8..1c389dfd 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.11.3] - 2020-08-27 + ### Fixed - Delete stored HTTPS password on connection errors (such as failed authentication) @@ -315,7 +317,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/1.11.2...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.3...HEAD + +[1.11.3]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.2...1.11.3 [1.11.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...1.11.2 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index da941833..f9f8e3b6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -30,8 +30,8 @@ android { defaultConfig { applicationId = "dev.msfjarvis.aps" - versionCode = 11120 - versionName = "1.11.2" + versionCode = 11130 + versionName = "1.11.3" } lintOptions { |