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

## [Unreleased]

## [1.13.5] - 2021-07-28

### Fixed

- When prompted to select a GPG key during onboarding, the app would crash if the user did not make a selection in OpenKeychain
- Certain apps had incorrect Autofill hints which would crash the app

## [1.13.4] - 2021-03-20

Expand Down Expand Up @@ -424,7 +427,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.4...HEAD
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.5...release-1.13

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

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

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_40
versionName = "1.13.4"
versionCode = 1_13_50
versionName = "1.13.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit ebddce1

Please sign in to comment.