Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Feb 1, 2024
1 parent bde296a commit 8428001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Please visit the <a href="https://github.com/marcglasberg/redux_app_example">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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8428001

Please sign in to comment.