diff --git a/README.md b/README.md index 082bdf8..3341092 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you like my work, please feel free to provide a personal donation Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### __WORK IN PROGRESS__ - Bugfixes +### 0.5.10 (2023-10-27) - Bugfixes * (DutchmanNL) Error handling improved in cases data processing fails * (DutchmanNL) Git issues #200 #219 #220 #229 #235 #237 #238 #506 #507 solved diff --git a/package-lock.json b/package-lock.json index 0ef78e3..42d1d0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.discovergy", - "version": "0.5.9", + "version": "0.5.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.discovergy", - "version": "0.5.9", + "version": "0.5.10", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index c8549fc..32afe52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.discovergy", - "version": "0.5.9", + "version": "0.5.10", "description": "Receive all data of Discovery API into ioBroker to have your daily, weekly etc power consumption and delivery monitored", "author": { "name": "DutchmanNL",