diff --git a/custom_components/philips_airpurifier/manifest.json b/custom_components/philips_airpurifier/manifest.json index ec6c2d1c..c7c2c213 100644 --- a/custom_components/philips_airpurifier/manifest.json +++ b/custom_components/philips_airpurifier/manifest.json @@ -1,11 +1,11 @@ { "domain": "philips_airpurifier", "name": "Philips AirPurifier (with CoAP)", - "version": "0.4.0-pre.2", + "version": "0.4.0-pre.3", "documentation": "https://github.com/betaboon/philips-airpurifier", "dependencies": [], "codeowners": ["@betaboon"], "requirements": [ - "git+https://github.com/betaboon/aioairctrl@v0.2.0" + "aioairctrl @ git+https://github.com/betaboon/aioairctrl@v0.2.1" ] }