diff --git a/CHANGELOG.md b/CHANGELOG.md index f9efed5..6375bbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.0+1 +* Update README + ## 3.0.0 - **BREAKING CHANGE**: diff --git a/README.md b/README.md index 1689432..3248085 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Flutter Reactions Button is a customizable Flutter package that allows you to ea ## Preview - + ## Usage diff --git a/pubspec.yaml b/pubspec.yaml index 336a6aa..08bf4c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_reaction_button description: Flutter Reactions Button is a customizable Flutter package that allows you to easily create interactive buttons with reaction emojis, similar to Facebook's iconic reaction buttons. homepage: https://github.com/GeekAbdelouahed/flutter-reaction-button repository: https://github.com/GeekAbdelouahed/flutter-reaction-button.git -version: 3.0.0 +version: 3.0.0+1 environment: sdk: '>=3.0.0 <4.0.0'