diff --git a/CHANGELOG.md b/CHANGELOG.md index a30a1ec..60370e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.7 + +- Moved implementation into the `src` directory +- Updated dependencies + ## 0.0.6 - Add textAlign and textDirection arguments to LanguageToolTextField constructor diff --git a/pubspec.yaml b/pubspec.yaml index ed96e8a..30e872c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: languagetool_textfield description: The LanguageTool TextField package is a spell-checker designed for Flutter apps. This is useful for apps that need text input like messaging, notes, and email. -version: 0.0.6 +version: 0.0.7 homepage: https://github.com/solid-software/languagetool_textfield/