From b19d4fb68745202e14a430afb1fee3d0343db91c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 6 Mar 2021 13:49:24 +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 aad8a194..d08de4df 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.13.3] - 2021-03-06 + ### Fixed - Autofill now works much more reliably in Chrome 89 and later, including support for saving passwords if no accessibility service is enabled. @@ -413,7 +415,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.2...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...HEAD + +[1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3 [1.13.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.1...v1.13.2 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 77eb034d..d41807a3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { defaultConfig { applicationId = "dev.msfjarvis.aps" - versionCode = 1_13_20 - versionName = "1.13.2" + versionCode = 1_13_30 + versionName = "1.13.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } -- cgit v1.2.3