We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6b644 commit 41976f8Copy full SHA for 41976f8
.github/workflows/docker.yml
@@ -34,9 +34,9 @@ jobs:
34
file: ./demo/Dockerfile
35
tags: |
36
benleb/automoli:latest
37
- benleb/automoli:0.10.0
+ benleb/automoli:0.10.1
38
ghcr.io/benleb/ad-automoli:latest
39
- ghcr.io/benleb/ad-automoli:0.10.0
+ ghcr.io/benleb/ad-automoli:0.10.1
40
platforms: |
41
linux/amd64
42
linux/arm/v7
apps/automoli/automoli.py
@@ -18,7 +18,7 @@
18
import hassapi as hass
19
20
21
-__version__ = "0.10.0"
+__version__ = "0.10.1"
22
23
APP_NAME = "AutoMoLi"
24
APP_ICON = "💡"
0 commit comments