mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 15:23:25 +08:00
Bump multicast_dns version number for utf8 bugfix (#42)
* Bump version number for utf8 bugfix * Adds CHANGELOG update
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
## 0.2.2
|
||||
* Fixes parsing of TXT records. Continues parsing on non-utf8 strings.
|
||||
|
||||
## 0.2.1
|
||||
* Fixes the handling of packets containing non-utf8 strings.
|
||||
|
||||
|
@ -2,7 +2,7 @@ name: multicast_dns
|
||||
description: Dart package for mDNS queries (e.g. Bonjour, Avahi).
|
||||
author: Flutter Team <flutter-dev@googlegroups.com>
|
||||
homepage: https://github.com/flutter/packages/tree/master/packages/multicast_dns
|
||||
version: 0.2.1
|
||||
version: 0.2.2
|
||||
|
||||
dependencies:
|
||||
meta: ^1.1.6
|
||||
|
Reference in New Issue
Block a user