diff --git a/README.md b/README.md index 30907b1..30f1963 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,10 @@ show(); ## Changelog +### 1.1.3 + +* (klein0r) Fixed async object creation + ### 1.1.2 * (klein0r) Delete app channels if app was deleted on LaMetric diff --git a/io-package.json b/io-package.json index 0e0f5a7..8fe3330 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "lametric", - "version": "1.1.2", + "version": "1.1.3", "news": { + "1.1.3": { + "en": "", + "de": "" + }, "1.1.2": { "en": "Delete app channels if app was deleted on LaMetric", "de": "App Objekt entfernen, wenn App auf LaMetric gelöscht" diff --git a/package.json b/package.json index 66f4247..261085f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.lametric", - "version": "1.1.2", + "version": "1.1.3", "description": "ioBroker LaMetric Adapter", "author": { "name": "Matthias Kleine",