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.13.3] - 2021-03-06
8
+
7
9
### Fixed
8
10
9
11
- 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.
413
415
414
416
- Fix elements overlapping.
415
417
416
- [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...HEAD
418
+ [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...HEAD
419
+
420
+ [ 1.13.3 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3
417
421
418
422
[ 1.13.2 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.1...v1.13.2
419
423
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
35
35
36
36
defaultConfig {
37
37
applicationId = " dev.msfjarvis.aps"
38
- versionCode = 1_13_20
39
- versionName = " 1.13.2 "
38
+ versionCode = 1_13_30
39
+ versionName = " 1.13.3 "
40
40
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments