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

Commit c292ba2

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

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.13.4] - 2021-03-20
8+
9+
- Fix support for ECDSA SSH keys and support AES-GCM
10+
- Fix a couple issues with Autofill
11+
712
## [1.13.3] - 2021-03-06
813

914
### Fixed
@@ -415,7 +420,9 @@ All notable changes to this project will be documented in this file.
415420

416421
- Fix elements overlapping.
417422

418-
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...HEAD
423+
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...HEAD
424+
425+
[1.13.4]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4
419426

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

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 = 1_13_30
39-
versionName = "1.13.3"
38+
versionCode = 1_13_40
39+
versionName = "1.13.4"
4040
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4141
}
4242

0 commit comments

Comments
 (0)