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

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
  • Loading branch information
msfjarvis committed Oct 13, 2020
1 parent 4fbdc0e commit 38fc3c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {

defaultConfig {
applicationId = "dev.msfjarvis.aps"
versionCode = 11200
versionName = "1.12.0"
versionCode = 11210
versionName = "1.12.1"
}

lintOptions {
Expand Down

0 comments on commit 38fc3c7

Please sign in to comment.