Skip to content

Commit 3b1db5f

Browse files
committed
Update data
1 parent c5a6c31 commit 3b1db5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

3-
### Version 1.1.5
3+
### Version 1.1.4
44
- Password minimum 9 characters.
55
---
6-
### Version 1.1.4
6+
### Version 1.1.3
77
- Dart format.
88
---
99
### Version 1.1.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `text_field_validation` package provides utilities for validating various ty
2424

2525
```yaml
2626
dependencies:
27-
text_field_validation: ^1.1.3
27+
text_field_validation: ^1.1.4
2828
```
2929
3030
1. Run flutter packages get to install the package.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: text_field_validation
22
description: "A Flutter project for creating and managing text field validations with ease."
3-
version: 1.1.5
3+
version: 1.1.4
44
repository: "https://github.com/JhonaCodes/text_field_validation"
55
homepage: https://jhonacode.com
66

0 commit comments

Comments
 (0)