Bump multicast_dns version number for utf8 bugfix (#42)

* Bump version number for utf8 bugfix

* Adds CHANGELOG update
This commit is contained in:
Zachary Anderson
2019-10-03 10:58:36 -07:00
committed by GitHub
parent 00f15da533
commit 81eaba0a48
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 0.2.2
* Fixes parsing of TXT records. Continues parsing on non-utf8 strings.
## 0.2.1 ## 0.2.1
* Fixes the handling of packets containing non-utf8 strings. * Fixes the handling of packets containing non-utf8 strings.

View File

@ -2,7 +2,7 @@ name: multicast_dns
description: Dart package for mDNS queries (e.g. Bonjour, Avahi). description: Dart package for mDNS queries (e.g. Bonjour, Avahi).
author: Flutter Team <flutter-dev@googlegroups.com> author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/packages/tree/master/packages/multicast_dns homepage: https://github.com/flutter/packages/tree/master/packages/multicast_dns
version: 0.2.1 version: 0.2.2
dependencies: dependencies:
meta: ^1.1.6 meta: ^1.1.6