Skip to content

Commit

Permalink
chore: Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pongloongyeat committed Feb 7, 2023
1 parent f51fa61 commit d770c88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@
### Others
-->

## 0.3.1
## 0.3.2

### Fix
- Fix an issue where calling `NotificationDispatcher.post` could return earlier than intended.

### Tests
- Added tests for Future callbacks.

## 0.3.1 (retracted)

### Fix
- Fix failing tests due to `Future`s running concurrently.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Inspired by Apple's [NotificationCenter](https://developer.apple.com/documentati
Add the following line to your `pubspec.yaml` file.

```yaml
notification_dispatcher: ^0.3.1
notification_dispatcher: ^0.3.2
```
## Flutter Example
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: notification_dispatcher
description: Inspired by Apple's NotificationCenter. Passes information around to registered observers.
version: 0.3.1
version: 0.3.2
homepage: https://github.com/pongloongyeat/notification_dispatcher

environment:
Expand Down

0 comments on commit d770c88

Please sign in to comment.