This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
- ## [ 1.12.0 ] - 2020-09-24
7
+ ## [ 1.12.1 ] - 2020-10-13
8
8
9
9
### Fixed
10
10
11
11
- Certain operations like folder creation with GPG keys would fail with ` java.lang.IllegalStateException ` .
12
12
- ECDSA key exchanges failed resulting in users being unable to clone repositories.
13
13
14
+ ## [ 1.12.0] - 2020-09-24
15
+
14
16
### Added
15
17
16
18
- Allow sorting by recently used
@@ -352,7 +354,9 @@ All notable changes to this project will be documented in this file.
352
354
353
355
- Fix elements overlapping.
354
356
355
- [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...HEAD
357
+ [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...HEAD
358
+
359
+ [ 1.12.1 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...v1.12.1
356
360
357
361
[ 1.12.0 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...v1.12.0
358
362
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ android {
31
31
32
32
defaultConfig {
33
33
applicationId = " dev.msfjarvis.aps"
34
- versionCode = 11200
35
- versionName = " 1.12.0 "
34
+ versionCode = 11210
35
+ versionName = " 1.12.1 "
36
36
}
37
37
38
38
lintOptions {
You can’t perform that action at this time.
0 commit comments