Skip to content

Commit

Permalink
Bump to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianlosari committed Jan 5, 2024
1 parent 58d2f9a commit 434ec9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This will add a line like this to your package's pubspec.yaml (and run an implic

```yaml
dependencies:
courier_flutter: 0.0.16
courier_flutter: 0.0.18
```
Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Expand Down
3 changes: 3 additions & 0 deletions courier_dart_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.18
* Fix Invalid reasonType in MQTT Connect Discarded Courier Event

## 0.0.17
* Fix invalid mapping for connection info in CourierEvent

Expand Down
2 changes: 1 addition & 1 deletion courier_dart_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: courier_dart_sdk
description: Flutter SDK for Courier
version: 0.0.17
version: 0.0.18
homepage: https://github.com/gojek/courier-flutter

environment:
Expand Down

0 comments on commit 434ec9e

Please sign in to comment.