This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.11.3] - 2020-08-27
8+
79### Fixed
810
911- 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.
315317
316318- Fix elements overlapping.
317319
318- [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/1.11.2...HEAD
320+ [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/1.11.3...HEAD
321+
322+ [ 1.11.3 ] : https://github.com/android-password-store/Android-Password-Store/compare/1.11.2...1.11.3
319323
320324[ 1.11.2 ] : https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...1.11.2
321325
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ android {
3030
3131 defaultConfig {
3232 applicationId = " dev.msfjarvis.aps"
33- versionCode = 11120
34- versionName = " 1.11.2 "
33+ versionCode = 11130
34+ versionName = " 1.11.3 "
3535 }
3636
3737 lintOptions {
You can’t perform that action at this time.
0 commit comments