diff --git a/CHANGELOG.md b/CHANGELOG.md index 2968b4b..63c1506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.6.1 + +- chore: update project to v1.6.1 + # 1.6.0 - chore: bump dependencies diff --git a/pubspec.yaml b/pubspec.yaml index 5b19abb..458c2d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_value_notifier description: Flutter Widgets that make it easy to implement state management patterns. Built to be used with the ValueNotifier. -version: 1.5.1 +version: 1.6.1 repository: https://github.com/robsonsilv4/flutter_value_notifier issue_tracker: https://github.com/robsonsilv4/flutter_value_notifier/issues documentation: https://github.com/robsonsilv4/flutter_value_notifier/blob/main/README.md