Store update version for addons (#13)

This commit is contained in:
Pascal Vizeli
2017-04-26 00:07:09 +02:00
committed by GitHub
parent 22e3d50203
commit 3b8b44fcb7
2 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
"""Const file for HassIO."""
HASSIO_VERSION = '0.13'
HASSIO_VERSION = '0.14'
URL_HASSIO_VERSION = \
'https://raw.githubusercontent.com/pvizeli/hassio/master/version.json'