From 95b911db8efb3f491471642e59086464cef59975 Mon Sep 17 00:00:00 2001 From: Vatsal Tanna Date: Tue, 6 Aug 2024 12:47:34 +0530 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20Version=20Bump=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b122f05f..e15409f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [2.0.1] +## [2.1.0] * **Fix**: [226](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/226) Fixed the icons for starting and stopping recording were reversed diff --git a/pubspec.yaml b/pubspec.yaml index 80b07619..c1b95435 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: chatview description: A Flutter package that allows you to integrate Chat View with highly customization options. -version: 2.0.0 +version: 2.1.0 issue_tracker: https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues repository: https://github.com/SimformSolutionsPvtLtd/flutter_chatview