diff --git a/CHANGELOG.md b/CHANGELOG.md index e2852e7..ec1beef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.2] - Aug 12, 2020 + +This package should only be used to apply different styles to parts of text. If you want more functionality, refer to styled_text package. + ## [0.0.1] - Aug 12, 2020 Initial release. diff --git a/pubspec.yaml b/pubspec.yaml index 2d200d5..27cb598 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tag_highlighting description: A Flutter package that allows you to highlight certain parts of a text using tags (like in HTML). -version: 0.0.1 +version: 0.0.2 homepage: https://github.com/CodoPixel/tag_highlighting environment: