diff --git a/custom_components/mammotion/manifest.json b/custom_components/mammotion/manifest.json index d0a1252..115eee0 100644 --- a/custom_components/mammotion/manifest.json +++ b/custom_components/mammotion/manifest.json @@ -1,7 +1,7 @@ { "domain": "mammotion", "name": "Mammotion", - "version": "0.1.108", + "version": "0.1.109", "issue_tracker": "https://github.com/mikey0000/Mammotion-HA/issues", "integration_type": "device", "bluetooth": [ diff --git a/pyproject.toml b/pyproject.toml index e3e2e3d..0448cee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Mammotion-HA" -version = "0.1.75" +version = "0.1.109" description = "Mammotion lawn mower integration for HACS" authors = ["Michael Arthur ", "jLynx <@jlynx>"] readme = "README.md"