Bump frontend to 20180622.1

This commit is contained in:
Paulus Schoutsen 2018-06-22 12:46:45 -04:00
parent 0c01f3a0fe
commit c419cbb46f
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ from homeassistant.helpers.translation import async_get_translations
from homeassistant.loader import bind_hass
from homeassistant.util.yaml import load_yaml
REQUIREMENTS = ['home-assistant-frontend==20180622.0']
REQUIREMENTS = ['home-assistant-frontend==20180622.1']
DOMAIN = 'frontend'
DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log']