diff --git a/CHANGELOG.md b/CHANGELOG.md index c40d125..1364f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.3] - 2020-12-02 + +### Fixed +* Fix Readme + + ## [1.0.2] - 2020-11-30 ### Fixed diff --git a/example/pubspec.lock b/example/pubspec.lock index 3692941..f07c54a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -63,7 +63,7 @@ packages: path: ".." relative: true source: path - version: "1.0.2" + version: "1.0.3" firebase_core: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 27917c5..77bf784 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fire_flag description: App wide feature flag manager utilizing the power of Firebase Remote Config. -version: 1.0.2 +version: 1.0.3 authors: - Muhammad Yusuf homepage: https://github.com/evermos/fire-flag