build: bump version

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-27 17:58:17 +05:30
parent cc97f64ff2
commit 7b4792d147
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.11.3] - 2020-08-27
### Fixed
- Delete stored HTTPS password on connection errors (such as failed authentication)
@ -315,7 +317,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/1.11.2...HEAD
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.3...HEAD
[1.11.3]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.2...1.11.3
[1.11.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...1.11.2

View File

@ -30,8 +30,8 @@ android {
defaultConfig {
applicationId = "dev.msfjarvis.aps"
versionCode = 11120
versionName = "1.11.2"
versionCode = 11130
versionName = "1.11.3"
}
lintOptions {