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 <[email protected]>
  • Loading branch information
msfjarvis committed Mar 20, 2021
1 parent de1b976 commit c292ba2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.13.4] - 2021-03-20

- Fix support for ECDSA SSH keys and support AES-GCM
- Fix a couple issues with Autofill

## [1.13.3] - 2021-03-06

### Fixed
Expand Down Expand Up @@ -415,7 +420,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.13.3...HEAD
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...HEAD

[1.13.4]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4

[1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3

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

defaultConfig {
applicationId = "dev.msfjarvis.aps"
versionCode = 1_13_30
versionName = "1.13.3"
versionCode = 1_13_40
versionName = "1.13.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit c292ba2

Please sign in to comment.