diff --git a/custom_components/hacs/const.py b/custom_components/hacs/const.py index f6325519f3a..6826b11904f 100644 --- a/custom_components/hacs/const.py +++ b/custom_components/hacs/const.py @@ -1,5 +1,5 @@ """Constants for HACS""" -VERSION = "0.2.0" +VERSION = "0.2.1" NAME_LONG = "HACS (Home Assistant Community Store)" NAME_SHORT = "HACS" STORENAME = "hacs"