diff --git a/README.md b/README.md index a9253617..954ff3bc 100644 --- a/README.md +++ b/README.md @@ -781,7 +781,7 @@ The best practice is to replace `padding` with `p` and `margin` with `m`, so you --> ## Changelog -### **WORK IN PROGRESS** +### 6.0.16 (2024-07-14) * (bluefox) Allowed playing mp3 files in the file browser * (bluefox) Corrected jump by object selection diff --git a/package.json b/package.json index 0f2d89a5..2ede1c03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/adapter-react-v5", - "version": "6.0.15", + "version": "6.0.16", "description": "React classes to develop admin interfaces for ioBroker with react.", "author": { "name": "bluefox",