diff --git a/.metadata b/.metadata index 07694e7..af897ac 100644 --- a/.metadata +++ b/.metadata @@ -4,7 +4,7 @@ # This file should be version controlled and should not be manually edited. version: - revision: 4d7946a68d26794349189cf21b3f68cc6fe61dcb + revision: b22742018b3edf16c6cadd7b76d9db5e7f9064b5 channel: stable project_type: package diff --git a/CHANGELOG.md b/CHANGELOG.md index 817747d..1795296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.3 + +- Update to Flutter 2.2 + ## 2.1.2 - Add equatable to every type diff --git a/pubspec.yaml b/pubspec.yaml index 8a1d23b..2e57739 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,12 +2,12 @@ name: flutter_chat_types description: > Utility library for the flutter_chat_ui and flutter_firebase_chat_core libraries which contains shared type declarations. -version: 2.1.2 +version: 2.1.3 homepage: https://flyer.chat environment: sdk: ">=2.12.0 <3.0.0" dependencies: - equatable: ^2.0.0 + equatable: ^2.0.2 meta: ^1.3.0