Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 8355db8

Browse files
committed
Prepare release 1.12.0
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 6203855 commit 8355db8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)