Skip to content

Commit 62a7a08

Browse files
fixed: repository url in pubspec
1 parent 9c20806 commit 62a7a08

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.0+2
2+
- Updated CHANGELOG.
3+
14
## 1.0.0+1
25
- Updated CHANGELOG.
36

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
19+
fancy_form: ^1.0.0+2
2020
```
2121
2222
Run `flutter pub get` to install.

pubspec.yaml

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

66
environment:
77
sdk: ^3.6.0

0 commit comments

Comments
 (0)