From e4e161ae5914403b98f31196c3b86a801780454a Mon Sep 17 00:00:00 2001 From: Enes Karaosman Date: Tue, 4 Jan 2022 12:21:20 +0300 Subject: [PATCH] [VER] 1.2.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7b34a..f1168fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.0 + +* [ADD] macOS & web support added (to example project) +* [UPG] Internal dependency packages updated. + ## 1.1.0 * Some new theming options added & Carousel UI updated a bit. diff --git a/pubspec.yaml b/pubspec.yaml index e9d769f..888f30b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: swifty_chat description: >- A Flutter package to quickly get started building Chat UIs with different kind of message kinds. -version: 1.1.2 +version: 1.2.0 homepage: https://github.com/EnesKaraosman/swifty_chat repository: https://github.com/EnesKaraosman/swifty_chat