Skip to content

Commit

Permalink
Package version updated to 1.1.15-nullsafety
Browse files Browse the repository at this point in the history
  • Loading branch information
fayeed committed Mar 12, 2021
1 parent 414a213 commit cfbc903
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.1.15-nullsafety]

- Support for sound null-safety added [#164](https://github.com/fayeed/dash_chat/pull/164) by [@diegogarciar](https://github.com/diegogarciar)

## [1.1.15]

- Memory leaked issue fixed, PR [#133](https://github.com/fayeed/dash_chat/pull/133) by [@peter-sg](https://github.com/peter-sg) & [@pycstitch](https://github.com/pycstitch)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.15"
version: "1.1.15-nullsafety"
fake_async:
dependency: transitive
description:
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: dash_chat
description: The most complete Chat UI for flutter inspired by react-native-gifted-chat.
version: 1.1.15
version: 1.1.15-nullsafety
homepage: https://github.com/fayeed/dash_chat

environment:
Expand Down

0 comments on commit cfbc903

Please sign in to comment.