build: bump version

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-13 12:54:26 +05:30
parent 4fbdc0e723
commit 38fc3c743b
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 8 additions and 4 deletions

View file

@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.12.0] - 2020-09-24
## [1.12.1] - 2020-10-13
### Fixed
- Certain operations like folder creation with GPG keys would fail with `java.lang.IllegalStateException`.
- ECDSA key exchanges failed resulting in users being unable to clone repositories.
## [1.12.0] - 2020-09-24
### Added
- Allow sorting by recently used
@ -352,7 +354,9 @@ All notable changes to this project will be documented in this file.
- Fix elements overlapping.
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...HEAD
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...HEAD
[1.12.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...v1.12.1
[1.12.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...v1.12.0

View file

@ -31,8 +31,8 @@ android {
defaultConfig {
applicationId = "dev.msfjarvis.aps"
versionCode = 11200
versionName = "1.12.0"
versionCode = 11210
versionName = "1.12.1"
}
lintOptions {