From 7b4792d1476b1725520e70c1a2b3e8a7c40f469e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 27 Aug 2020 17:58:17 +0530 Subject: build: bump version Signed-off-by: Harsh Shandilya --- CHANGELOG.md | 6 +++++- app/build.gradle.kts | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 461f7fb8..1c389dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index da941833..f9f8e3b6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -30,8 +30,8 @@ android { defaultConfig { applicationId = "dev.msfjarvis.aps" - versionCode = 11120 - versionName = "1.11.2" + versionCode = 11130 + versionName = "1.11.3" } lintOptions { -- cgit v1.2.3