From 8818c46fe1fa94f2525ec0e147da08f6d4fa37d2 Mon Sep 17 00:00:00 2001 From: Jey-Cee Date: Tue, 19 Mar 2024 22:29:37 +0100 Subject: [PATCH] update version --- README.md | 3 +++ io-package.json | 6 +++++- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8af334..20dde9b 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ Remark: This feature is limited to the subnet of the ioBroker host. ### **WORK IN PROGRESS** --> +### 1.0.9 19.03.2024 +* (Jey Cee) Fix unexpected stop of discovery + ### 1.0.6 04.03.2024 * (Jey Cee) Reduce system load during discovery process to prevent adapter crash diff --git a/io-package.json b/io-package.json index aa72d68..d226e29 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "net-tools", - "version": "1.0.8", + "version": "1.0.9", "news": { + "1.0.9": { + "en": "Fix unexpected stop of discovery", + "de": "Unerwartetes Anhalten der Suche behoben" + }, "1.0.8": { "en": "Fix adapter crash (#36) \nNew hint on device settings dialog", "de": "Adapter-Absturz behoben (#36) \nNeuer Hinweis im Geräteeinstellungsdialog" diff --git a/package.json b/package.json index 9a36a4f..facf910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.net-tools", - "version": "1.0.8", + "version": "1.0.9", "description": "This adapter cyclic polls configured IPs, can send wake-on-lan packages and scan for open ports.", "author": { "name": "Jey Cee",