Skip to content

Commit

Permalink
fixed: repository url in pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeYslaoker committed Dec 20, 2024
1 parent 9c20806 commit 62a7a08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.0+2
- Updated CHANGELOG.

## 1.0.0+1
- Updated CHANGELOG.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the package to your `pubspec.yaml`:

```yaml
dependencies:
fancy_form: ^1.0.0
fancy_form: ^1.0.0+2
```
Run `flutter pub get` to install.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fancy_form
description: A flexible and easy-to-use form management solution for Flutter.
version: 1.0.0+1
repository: https://github.com/MusilyApp/dart_ytmusic_api.git
version: 1.0.0+2
repository: https://github.com/MusilyApp/fancy_form.git

environment:
sdk: ^3.6.0
Expand Down

0 comments on commit 62a7a08

Please sign in to comment.