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

Commit 450e00a

Browse files
committed
autofill-parser: bump version
1 parent 152f552 commit 450e00a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

autofill-parser/CHANGELOG.md

+4
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.1.0]
8+
79
### Changed
810

911
- Changed the support level for Chrome Beta/Canary/Dev/Stable, Bromite and Ungoogled Chromium to `PasswordFillAndSaveIfNoAccessibility`.
@@ -35,3 +37,5 @@ All notable changes to this project will be documented in this file.
3537
- Initial release
3638

3739
[1.0.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.0.0/autofill-parser
40+
41+
[1.1.0]: https://github.com/android-password-store/Android-Password-Store/commits/autofill-parser-v1.1.0/autofill-parser

autofill-parser/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
44
#
55

6-
VERSION_NAME=1.1.0-SNAPSHOT
6+
VERSION_NAME=1.1.0
77
POM_ARTIFACT_ID=autofill-parser
88
POM_NAME=autofill-parser
99
POM_DESCRIPTION=Android library for low-level parsing of Autofill structures

0 commit comments

Comments
 (0)