From 5c6b33e9aec9a1022b045f51d8d7ad5c15fd49d7 Mon Sep 17 00:00:00 2001 From: santa112358 Date: Sat, 29 May 2021 03:32:25 +0900 Subject: [PATCH] update version to 2.0.2 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e241660..e2a0269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.0.2 +* Fix errors occurred on flutter 2.2.x + ## 2.0.1 * Fix errors occurred in `onDetectionFinished` and `onDetectionTyped`. diff --git a/pubspec.yaml b/pubspec.yaml index d817762..82d09a5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: hashtagable description: Widgets and functions to implement hashtag decorated text. Decorates the words which start with `#` like a Twitter. -version: 2.0.1 +version: 2.0.2 author: Santa Takahashi homepage: https://github.com/santa112358/hashtagable repository: https://github.com/santa112358/hashtagable