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.12.0] - 2020-09-24
8+
79### Added
810
911- Allow sorting by recently used
@@ -345,7 +347,9 @@ All notable changes to this project will be documented in this file.
345347
346348- Fix elements overlapping.
347349
348- [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...HEAD
350+ [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...HEAD
351+
352+ [ 1.12.0 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...v1.12.0
349353
350354[ 1.11.3 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.11.2...v1.11.3
351355
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 = 11131
35- versionName = " 1.12.0-SNAPSHOT "
34+ versionCode = 11200
35+ versionName = " 1.12.0"
3636 }
3737
3838 lintOptions {
You can’t perform that action at this time.
0 commit comments