Skip to content

Commit

Permalink
Merge pull request #37 from xirixiz/4.1.1
Browse files Browse the repository at this point in the history
release 4.1.2
  • Loading branch information
xirixiz authored Jan 30, 2020
2 parents 848a653 + 7ef4caf commit 311e195
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/afvalwijzer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Afvalwijzer",
"documentation": "https://github.com/xirixiz/Home-Assistant-Sensor-Afvalwijzer",
"requirements": [
"afvaldienst==0.6.0"
"afvaldienst==0.6.2"
],
"dependencies": [],
"codeowners": [
Expand Down
2 changes: 1 addition & 1 deletion custom_components/afvalwijzer/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
30-01-2020 - Rebuild from scratch! Use Python library! Breaking changes!
"""

VERSION = '4.1.0'
VERSION = '4.1.1'

from Afvaldienst import Afvaldienst
from datetime import date, datetime, timedelta
Expand Down
2 changes: 1 addition & 1 deletion custom_updater.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sensor.afvalwijzer": {
"version": "4.1.0",
"version": "4.1.1",
"local_location": "/custom_components/afvalwijzer/__init__.py",
"remote_location": "https://raw.githubusercontent.com/xirixiz/Home-Assistant-Sensor-Afvalwijzer/master/custom_components/afvalwijzer/__init__.py",
"visit_repo": "https://github.com/xirixiz/Home-Assistant-Sensor-Afvalwijzer/",
Expand Down

0 comments on commit 311e195

Please sign in to comment.