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 +8
-4
lines changed Expand file tree Collapse file tree 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.
44
55## [ Unreleased]
66
7- ## [ 1.12.0 ] - 2020-09-24
7+ ## [ 1.12.1 ] - 2020-10-13
88
99### Fixed
1010
1111- Certain operations like folder creation with GPG keys would fail with ` java.lang.IllegalStateException ` .
1212- ECDSA key exchanges failed resulting in users being unable to clone repositories.
1313
14+ ## [ 1.12.0] - 2020-09-24
15+
1416### Added
1517
1618- Allow sorting by recently used
@@ -352,7 +354,9 @@ All notable changes to this project will be documented in this file.
352354
353355- Fix elements overlapping.
354356
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
356360
357361[ 1.12.0 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...v1.12.0
358362
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ android {
3131
3232 defaultConfig {
3333 applicationId = " dev.msfjarvis.aps"
34- versionCode = 11200
35- versionName = " 1.12.0 "
34+ versionCode = 11210
35+ versionName = " 1.12.1 "
3636 }
3737
3838 lintOptions {
You can’t perform that action at this time.
0 commit comments