diff --git a/README.md b/README.md index 8d76e4e..d5e1d15 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Explanation: ### **WORK IN PROGRESS** --> ## Changelog -### **WORK IN PROGRESS** +### 1.0.6 (2024-10-11) * (bluefox) Replaced `@iobroker/adapter-react-v5` with `@iobroker/react-components` ### 1.0.1 (2024-07-14) diff --git a/package.json b/package.json index 054fdac..37da99c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.5", + "version": "1.0.6", "scripts": { "start": "set PORT=4173 && craco start", "lint": "eslint --fix --ext .js,.jsx src",