diff --git a/custom_components/thermal_vision/const.py b/custom_components/thermal_vision/const.py index 933c3d5..a01cac6 100644 --- a/custom_components/thermal_vision/const.py +++ b/custom_components/thermal_vision/const.py @@ -2,7 +2,7 @@ DOMAIN = "thermal_vision" -VERSION = "v3.1.5" +VERSION = "v3.1.6" ISSUE_URL = "https://github.com/TheRealWaldo/thermal/issues" CONF_WIDTH = "width" diff --git a/custom_components/thermal_vision/manifest.json b/custom_components/thermal_vision/manifest.json index bea83f8..e72a8ea 100755 --- a/custom_components/thermal_vision/manifest.json +++ b/custom_components/thermal_vision/manifest.json @@ -7,5 +7,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/TheRealWaldo/thermal/issues", "requirements": ["colour", "numpy", "pillow"], - "version": "v3.1.5" + "version": "v3.1.6" }