diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f900b..912d615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Please visit the Red repository in GitHub for a full-fledged example with a complete app showcasing the fundamentals and best practices described in the AsyncRedux Readme. -# [21.1.0] - 2024/02/01 +# [21.1.1] - 2024/02/01 * `await StoreTester.dispatchAndWait(action)` dispatches an action, and then waits until it finishes. This is the same as diff --git a/pubspec.yaml b/pubspec.yaml index 47bbb4d..c47b762 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: async_redux description: Redux without the boilerplate, tailored for Flutter. Easy to learn, to use and test. Allows for both sync and async reducers. -version: 21.1.0 +version: 21.1.1 homepage: https://github.com/marcglasberg/async_redux topics: - redux