Skip to content

Commit 653bd7b

Browse files
fixed: changelog
1 parent 62a7a08 commit 653bd7b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
## 1.0.0+3
2+
- Fixed CHANGELOG.
3+
14
## 1.0.0+2
2-
- Updated CHANGELOG.
5+
- Fixed repository URL in pubspec.
36

47
## 1.0.0+1
5-
- Updated CHANGELOG.
8+
- Fixed README.md.
69

710
## 1.0.0
811
- Initial release.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the package to your `pubspec.yaml`:
1616

1717
```yaml
1818
dependencies:
19-
fancy_form: ^1.0.0+2
19+
fancy_form: ^1.0.0+3
2020
```
2121
2222
Run `flutter pub get` to install.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fancy_form
22
description: A flexible and easy-to-use form management solution for Flutter.
3-
version: 1.0.0+2
3+
version: 1.0.0+3
44
repository: https://github.com/MusilyApp/fancy_form.git
55

66
environment:

0 commit comments

Comments
 (0)