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

Commit 327e28b

Browse files
committed
build: bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent edec55d commit 327e28b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.10.3] - 2020-07-30
8+
79
### Fixed
810

911
- Worked around a dependency bug that would crash the Autofill service when triggered on an OTP field
@@ -271,7 +273,9 @@ All notable changes to this project will be documented in this file.
271273

272274
- Fix elements overlapping.
273275

274-
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.2...HEAD
276+
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.3...HEAD
277+
278+
[1.10.3]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.2...1.10.3
275279

276280
[1.10.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.1...1.10.2
277281

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525

2626
defaultConfig {
2727
applicationId 'dev.msfjarvis.aps'
28-
versionCode 11020
29-
versionName '1.10.2'
28+
versionCode 11030
29+
versionName '1.10.3'
3030
}
3131

3232
lintOptions {

0 commit comments

Comments
 (0)