diff --git a/custom_components/jriver/manifest.json b/custom_components/jriver/manifest.json index bc6cdb3..9998d3d 100644 --- a/custom_components/jriver/manifest.json +++ b/custom_components/jriver/manifest.json @@ -9,6 +9,6 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/3ll3d00d/jriver_homeassistant/issues", "loggers": ["hamcws"], - "requirements": ["hamcws==0.2.4"], - "version": "0.3.0" + "requirements": ["hamcws==0.2.5"], + "version": "0.3.1" } diff --git a/pyproject.toml b/pyproject.toml index cf6c141..1b2f9ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jriver_homeassistant" -version = "0.3.0" +version = "0.3.1" description = "A custom Home Assistant integration for jriver" authors = ["3ll3d00d "] license = "MIT"