Skip to content

Commit

Permalink
0.3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deiger committed Feb 23, 2021
1 parent a818968 commit 5a975c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aircon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from . import *
__version__ = '0.3.8'
__version__ = '0.3.8.1'
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
hisense_ac:
depends_on:
- copy_config
image: deiger/aircon:0.3.8
image: deiger/aircon:0.3.8.1
container_name: hisense_ac
healthcheck:
disable: true
Expand Down
2 changes: 1 addition & 1 deletion hassio/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HiSense Air Conditioners",
"version": "0.3.8",
"version": "0.3.8.1",
"slug": "hisense_ac",
"description": "Interface for controlling Air Conditioners, e.g. with HiSense modules.",
"url": "https://github.com/deiger/AirCon",
Expand Down

0 comments on commit 5a975c9

Please sign in to comment.