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

Commit b19d4fb

Browse files
committed
build: bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent cdc198d commit b19d4fb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.13.3] - 2021-03-06
8+
79
### Fixed
810

911
- Autofill now works much more reliably in Chrome 89 and later, including support for saving passwords if no accessibility service is enabled.
@@ -413,7 +415,9 @@ All notable changes to this project will be documented in this file.
413415

414416
- Fix elements overlapping.
415417

416-
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...HEAD
418+
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...HEAD
419+
420+
[1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3
417421

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

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535

3636
defaultConfig {
3737
applicationId = "dev.msfjarvis.aps"
38-
versionCode = 1_13_20
39-
versionName = "1.13.2"
38+
versionCode = 1_13_30
39+
versionName = "1.13.3"
4040
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4141
}
4242

0 commit comments

Comments
 (0)