diff --git a/README.md b/README.md index 4f1c386c..263ecb70 100644 --- a/README.md +++ b/README.md @@ -786,7 +786,7 @@ The best practice is to replace `padding` with `p` and `margin` with `m`, so you --> ## Changelog -### **WORK IN PROGRESS** +### 6.1.9 (2024-08-14) * (bluefox) Updated JSON schema ### 6.1.8 (2024-08-03) diff --git a/package.json b/package.json index e1504a37..9f115bd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/adapter-react-v5", - "version": "6.1.8", + "version": "6.1.9", "description": "React classes to develop admin interfaces for ioBroker with react.", "author": { "name": "bluefox",