From 62a7a08e37585174ab321af798d3e47e4b3df5e2 Mon Sep 17 00:00:00 2001 From: Felipe Yslaoker Date: Thu, 19 Dec 2024 22:33:26 -0300 Subject: [PATCH] fixed: repository url in pubspec --- CHANGELOG.md | 3 +++ README.md | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1282d7e..5799212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.0+2 +- Updated CHANGELOG. + ## 1.0.0+1 - Updated CHANGELOG. diff --git a/README.md b/README.md index 3428289..e49913a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 61963f0..3baa01f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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