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

Commit 38fc3c7

Browse files
committed
build: bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 4fbdc0e commit 38fc3c7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff 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

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)