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 6, 2021
1 parent cdc198d commit b19d4fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.13.3] - 2021-03-06

### Fixed

- Autofill now works much more reliably in Chrome 89 and later, including support for saving passwords if no accessibility service is enabled.
Expand Down Expand Up @@ -413,7 +415,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.2...HEAD
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...HEAD

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

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

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_20
versionName = "1.13.2"
versionCode = 1_13_30
versionName = "1.13.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit b19d4fb

Please sign in to comment.