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

Commit 40ea880

Browse files
committed
build: bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 50dc892 commit 40ea880

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.13.2] - 2020-12-20
8+
79
### Added
810

911
- Invalid `.gpg-id` files can now be fixed automatically by deleting them and then trying to create a new password.
1012
- Suggest users to re-clone repository when it is deemed to be broken
13+
- A new browser support level is added for Chrome Canary and Chrome Dev which are shipping fixes developed by Password Store maintainer Fabian to improve the Autofill experience on Chromium browser
14+
15+
### Changed
16+
17+
- Synced localisations with Crowdin. This adds Galician and Italian translations while getting rid of incomplete Arabic, Chinese Simplified, Chinese Traditional, Czech, Japanese and Spanish.
1118

1219
### Fixed
1320

@@ -400,7 +407,9 @@ All notable changes to this project will be documented in this file.
400407

401408
- Fix elements overlapping.
402409

403-
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.1...HEAD
410+
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.2...HEAD
411+
412+
[1.13.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.1...1.13.2
404413

405414
[1.13.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.0...1.13.1
406415

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535

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

0 commit comments

Comments
 (0)