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.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.11.3] - 2020-08-27
8
+
7
9
### Fixed
8
10
9
11
- 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.
315
317
316
318
- Fix elements overlapping.
317
319
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
319
323
320
324
[ 1.11.2 ] : https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...1.11.2
321
325
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ android {
30
30
31
31
defaultConfig {
32
32
applicationId = " dev.msfjarvis.aps"
33
- versionCode = 11120
34
- versionName = " 1.11.2 "
33
+ versionCode = 11130
34
+ versionName = " 1.11.3 "
35
35
}
36
36
37
37
lintOptions {
You can’t perform that action at this time.
0 commit comments