Skip to content

Commit

Permalink
bugfix require
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
Jey-Cee committed Jan 20, 2024
1 parent b70abd6 commit 6ef5e83
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -62,6 +62,11 @@ Remark: This feature is limited to the subnet of the ioBroker host.
-->

### **WORK IN PROGRESS**

### 1.0.2 20.01.2024
* (Jey Cee) bugfix require

### 1.0.1 19.01.2024
* (Jey Cee) add device manager to configuration
* (Jey Cee) add use of license

Expand Down
5 changes: 4 additions & 1 deletion io-package.json
@@ -1,8 +1,11 @@
{
"common": {
"name": "net-tools",
"version": "1.0.1",
"version": "1.0.2",
"news": {
"1.0.2": {
"en": "bugfix require"
},
"1.0.1": {
"en": "Device manager added to the configuration.\n BREAKING CHANGE: -> https://www.all-smart.net/produkt/iobroker-net-tools-v1-lizenz/ -> https://www.all-smart.net/produkt/iobroker-net-tools-v1-lizenz/",
"de": "Gerätemanager zur Konfiguration hinzugefügt.\n BREAKING CHANGE: Ab version 1.0.1 ist eine Lizenz erforderlich um den Adapter zu benutzen. -> https://www.all-smart.net/produkt/iobroker-net-tools-v1-lizenz/"
Expand Down
2 changes: 1 addition & 1 deletion lib/devicemgmt.js
@@ -1,4 +1,4 @@
const dmUtils = require('@jey-cee/dm-utils');
const dmUtils = require('@all-smart/dm-utils');

class dmNetTools extends dmUtils.DeviceManagement {

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iobroker.net-tools",
"version": "1.0.1",
"version": "1.0.2",
"description": "This adapter cyclic polls configured IPs, can send wake-on-lan packages and scan for open ports.",
"author": {
"name": "Jey Cee",
Expand Down

0 comments on commit 6ef5e83

Please sign in to comment.