Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRut committed Oct 1, 2019
1 parent 866fe9a commit f6300d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion custom_components/grocy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Base component constants
DOMAIN = "grocy"
DOMAIN_DATA = "{}_data".format(DOMAIN)
VERSION = "0.1.3"
VERSION = "0.2.0"
PLATFORMS = ["sensor", "binary_sensor"]
REQUIRED_FILES = [
"const.py",
Expand Down
9 changes: 5 additions & 4 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"grocy": {
"updated_at": "2019-07-13",
"version": "0.1.3",
"updated_at": "2019-10-01",
"version": "0.2.0",
"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",
Expand All @@ -10,7 +10,8 @@
"https://raw.githubusercontent.com/custom-components/grocy/master/custom_components/grocy/const.py",
"https://raw.githubusercontent.com/custom-components/grocy/master/custom_components/grocy/manifest.json",
"https://raw.githubusercontent.com/custom-components/grocy/master/custom_components/grocy/sensor.py",
"https://raw.githubusercontent.com/custom-components/grocy/master/custom_components/grocy/services.yaml"
"https://raw.githubusercontent.com/custom-components/grocy/master/custom_components/grocy/services.yaml",
"https://raw.githubusercontent.com/custom-components/grocy/master/custom_components/grocy/binary_sensor.py"
]
}
}
}

0 comments on commit f6300d8

Please sign in to comment.