From bbe4fede93f5e6165a01a098122f47f749b242a2 Mon Sep 17 00:00:00 2001 From: git-elliot Date: Sun, 4 Feb 2024 16:03:18 +0530 Subject: [PATCH] Prepare release v4.0.4 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d538d6..5edb075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 4.0.4 +1. Bug fix for sync runs when async flag is true + ## 4.0.3 1. scanPortsForSingleDevice and customDiscover supports async mode now. diff --git a/pubspec.yaml b/pubspec.yaml index 415eae6..8f114d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: network_tools description: Networking Tools library which can help you discover open ports, devices on subnet and many other things. -version: 4.0.3 +version: 4.0.4 issue_tracker: https://github.com/osociety/network_tools/issues repository: https://github.com/osociety/network_tools