diff --git a/custom_components/dispatcharr_sensor/manifest.json b/custom_components/dispatcharr_sensor/manifest.json index 022cf0c..4d52417 100644 --- a/custom_components/dispatcharr_sensor/manifest.json +++ b/custom_components/dispatcharr_sensor/manifest.json @@ -1,11 +1,12 @@ { "domain": "dispatcharr_sensor", "name": "Dispatcharr Sessions Sensor", - "version": "2.0.0", + "version": "2.2.0", "documentation": "https://github.com/lyfesaver74/ha-dispatcharr", "requirements": [], "dependencies": [], "codeowners": ["@lyfesaver74"], "iot_class": "local_polling", "config_flow": true -} \ No newline at end of file + +}