From 1a21795454b20cc5dee9a22b557994c7f90c05cf Mon Sep 17 00:00:00 2001 From: Enes Karaosman Date: Thu, 29 Jun 2023 04:49:55 +0300 Subject: [PATCH] fix: remove .md extension from LICENSE file to allow pub.dev publishing --- CHANGELOG.md | 4 ++++ LICENSE.md => LICENSE | 0 pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) rename LICENSE.md => LICENSE (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1210bcf..5c2ccac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.6.1 + +* fix: remove .md extension from LICENSE file to allow pub.dev publishing + ## 1.6.0 * refactor: replace timeago package with jiffy diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/pubspec.yaml b/pubspec.yaml index c355dac..edc2d01 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 type of message kinds. -version: 1.6.0 +version: 1.6.1 homepage: https://github.com/EnesKaraosman/swifty_chat repository: https://github.com/EnesKaraosman/swifty_chat