[multicast_dns] Fix for #88242 README.md broken link for bin dir (#436)

diff --git a/packages/multicast_dns/CHANGELOG.md b/packages/multicast_dns/CHANGELOG.md
index fa64e26..f70ebf8 100644
--- a/packages/multicast_dns/CHANGELOG.md
+++ b/packages/multicast_dns/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.3.0+1
+* Removed redundant link in README.md file.
+
 ## 0.3.0
 
 * Migrate package to null safety.
diff --git a/packages/multicast_dns/README.md b/packages/multicast_dns/README.md
index 47f769c..26226f6 100644
--- a/packages/multicast_dns/README.md
+++ b/packages/multicast_dns/README.md
@@ -17,5 +17,4 @@
 ```
 
 Then use the `MDnsClient` Dart class in your code. To see how this is done,
-check out the [example app](example/main.dart) or the sample implementations in
-the [bin](bin/) directory.
+check out the [example app](example/main.dart).
diff --git a/packages/multicast_dns/pubspec.yaml b/packages/multicast_dns/pubspec.yaml
index 285277e..0a11ff5 100644
--- a/packages/multicast_dns/pubspec.yaml
+++ b/packages/multicast_dns/pubspec.yaml
@@ -2,7 +2,7 @@
 description: Dart package for mDNS queries (e.g. Bonjour, Avahi).
 repository: https://github.com/flutter/packages/tree/master/packages/multicast_dns
 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+multicast_dns%22
-version: 0.3.0
+version: 0.3.0+1
 
 environment:
   sdk: ">=2.12.0 <3.0.0"