diff --git a/CHANGELOG.md b/CHANGELOG.md index babc1d5..c40d125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## [1.0.0] - 2020-11-30 +## [1.0.2] - 2020-11-30 + +### Fixed +* Fix homepage URL + + +## [1.0.1] - 2020-11-30 ### Fixed * Fix sample app for better documentation diff --git a/example/pubspec.lock b/example/pubspec.lock index 61f015d..3692941 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -63,7 +63,7 @@ packages: path: ".." relative: true source: path - version: "1.0.1" + version: "1.0.2" firebase_core: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 81cc458..5c233b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,9 @@ name: fire_flag description: App wide feature manager using the power of Firebase Remote Config. -version: 1.0.1 +version: 1.0.2 authors: - Muhammad Yusuf -homepage: https://github.com/evermos/ +homepage: https://github.com/evermos/fire-flag environment: sdk: ">=2.7.0 <3.0.0"