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

Commit 7b4792d

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

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
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.11.3] - 2020-08-27
8+
79
### Fixed
810

911
- 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.
315317

316318
- Fix elements overlapping.
317319

318-
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.2...HEAD
320+
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.3...HEAD
321+
322+
[1.11.3]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.2...1.11.3
319323

320324
[1.11.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...1.11.2
321325

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030

3131
defaultConfig {
3232
applicationId = "dev.msfjarvis.aps"
33-
versionCode = 11120
34-
versionName = "1.11.2"
33+
versionCode = 11130
34+
versionName = "1.11.3"
3535
}
3636

3737
lintOptions {

0 commit comments

Comments
 (0)