mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-28 21:47:39 +02:00
build: bump version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
de1b976638
commit
c292ba2e59
|
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.13.4] - 2021-03-20
|
||||
|
||||
- Fix support for ECDSA SSH keys and support AES-GCM
|
||||
- Fix a couple issues with Autofill
|
||||
|
||||
## [1.13.3] - 2021-03-06
|
||||
|
||||
### Fixed
|
||||
|
|
@ -415,7 +420,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.3...HEAD
|
||||
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...HEAD
|
||||
|
||||
[1.13.4]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4
|
||||
|
||||
[1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3
|
||||
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId = "dev.msfjarvis.aps"
|
||||
versionCode = 1_13_30
|
||||
versionName = "1.13.3"
|
||||
versionCode = 1_13_40
|
||||
versionName = "1.13.4"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue