Unverified Commit 6ce5b782 authored by Vassilis Panos's avatar Vassilis Panos Committed by GitHub
Browse files

Update version to 1.4.0

parent db370a23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ from homeassistant.helpers.typing import ConfigType
_LOGGER = logging.getLogger(__name__)

DOMAIN = 'smartir'
VERSION = '1.3.9'
VERSION = '1.4.0'
VERSION_URL = (
    "https://raw.githubusercontent.com/"
    "smartHomeHub/SmartIR/{}/version.json")