diff --git a/custom_components/grocy/const.py b/custom_components/grocy/const.py index 04e4e36..63cb05f 100644 --- a/custom_components/grocy/const.py +++ b/custom_components/grocy/const.py @@ -2,7 +2,7 @@ # Base component constants DOMAIN = "grocy" DOMAIN_DATA = "{}_data".format(DOMAIN) -VERSION = "0.1.1" +VERSION = "0.1.2" PLATFORMS = ["sensor"] REQUIRED_FILES = [ "const.py", diff --git a/custom_components/grocy/manifest.json b/custom_components/grocy/manifest.json index 6d54beb..7872224 100644 --- a/custom_components/grocy/manifest.json +++ b/custom_components/grocy/manifest.json @@ -7,7 +7,7 @@ "@SebRut" ], "requirements": [ - "pygrocy==0.8.0", + "pygrocy==0.9.0", "jsonpickle==1.1", "iso8601==0.1.12" ] diff --git a/tracker.json b/tracker.json index 49912b6..2c114ae 100644 --- a/tracker.json +++ b/tracker.json @@ -1,7 +1,7 @@ { "grocy": { - "updated_at": "2019-06-28", - "version": "0.1.1", + "updated_at": "2019-06-29", + "version": "0.1.2", "local_location": "/custom_components/grocy/__init__.py", "remote_location": "https://raw.githubusercontent.com/custom-components/grocy/master/custom_components/grocy/__init__.py", "visit_repo": "https://github.com/custom-components/grocy",