From bcfba23633890a08f0d1abf8375f74df66bada82 Mon Sep 17 00:00:00 2001 From: illia-romanenko <442086+illia-romanenko@users.noreply.github.com> Date: Thu, 19 Sep 2024 02:22:48 -0500 Subject: [PATCH] 0.1.1 - fix changelog --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a10ff1..36aefa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1 + +- Fix changelog + ## 0.1.0 - Moved implementation into the `src` directory diff --git a/pubspec.yaml b/pubspec.yaml index 613a0d3..74ec0f4 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.1.0 +version: 0.1.1 homepage: https://github.com/solid-software/languagetool_textfield/