From 7878c45fdc6ce015e98b893fc5a2cd5a1c44b8d7 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Thu, 1 Apr 2021 20:31:23 +0300 Subject: [PATCH] Bump version to 1.3.1 --- custom_components/car_wash/const.py | 2 +- custom_components/car_wash/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/car_wash/const.py b/custom_components/car_wash/const.py index b4364d1..0de8e0d 100644 --- a/custom_components/car_wash/const.py +++ b/custom_components/car_wash/const.py @@ -22,7 +22,7 @@ # Base component constants NAME = "Car Wash" DOMAIN = "car_wash" -VERSION = "1.3.0" +VERSION = "1.3.1" ISSUE_URL = "https://github.com/Limych/ha-car_wash/issues" STARTUP_MESSAGE = f""" diff --git a/custom_components/car_wash/manifest.json b/custom_components/car_wash/manifest.json index 82eec1b..7ed846a 100644 --- a/custom_components/car_wash/manifest.json +++ b/custom_components/car_wash/manifest.json @@ -1,7 +1,7 @@ { "domain": "car_wash", "name": "Car Wash", - "version": "1.3.0", + "version": "1.3.1", "documentation": "https://github.com/Limych/ha-car_wash", "issue_tracker": "https://github.com/Limych/ha-car_wash/issues", "dependencies": [