diff --git a/README.md b/README.md index 5f9fbf6..6e4be20 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,14 @@ To use Thermal Comfort check the documentation for your preferred way to setup sensors. **UI/Frontend (Config Flow) - [1.4.2](https://github.com/dolezsa/thermal_comfort/blob/1.4.2/documentation/config_flow.md) / + [1.4.3](https://github.com/dolezsa/thermal_comfort/blob/1.4.3/documentation/config_flow.md) / [master](https://github.com/dolezsa/thermal_comfort/blob/master/documentation/config_flow.md)** **YAML - [1.4.2](https://github.com/dolezsa/thermal_comfort/blob/1.4.2/documentation/yaml.md) / + [1.4.3](https://github.com/dolezsa/thermal_comfort/blob/1.4.3/documentation/yaml.md) / [master](https://github.com/dolezsa/thermal_comfort/blob/master/documentation/yaml.md)** -*Legacy YAML [1.4.2](https://github.com/dolezsa/thermal_comfort/blob/1.4.2/documentation/legacy_yaml.md)* +*Legacy YAML [1.4.3](https://github.com/dolezsa/thermal_comfort/blob/1.4.3/documentation/legacy_yaml.md)* ## Installation diff --git a/custom_components/thermal_comfort/manifest.json b/custom_components/thermal_comfort/manifest.json index 34d6fc3..085f98e 100644 --- a/custom_components/thermal_comfort/manifest.json +++ b/custom_components/thermal_comfort/manifest.json @@ -1,7 +1,7 @@ { "domain": "thermal_comfort", "name": "Thermal Comfort", - "version": "1.4.2", + "version": "1.4.3", "documentation": "https://github.com/dolezsa/thermal_comfort/blob/master/README.md", "issue_tracker": "https://github.com/dolezsa/thermal_comfort/issues", "codeowners": ["@dolezsa"],