Skip to content

Commit c28521a

Browse files
committed
bump to 0.11.0
1 parent 35f76a3 commit c28521a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
file: ./demo/Dockerfile
4848
tags: |
4949
benleb/automoli:latest
50-
benleb/automoli:0.10.1
50+
benleb/automoli:0.11.0
5151
ghcr.io/benleb/ad-automoli:latest
52-
ghcr.io/benleb/ad-automoli:0.10.1
52+
ghcr.io/benleb/ad-automoli:0.11.0
5353
platforms: ${{ matrix.platform }}
5454
# platforms: |
5555
# linux/amd64

apps/automoli/automoli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import hassapi as hass
1919

2020

21-
__version__ = "0.10.1"
21+
__version__ = "0.11.0"
2222

2323
APP_NAME = "AutoMoLi"
2424
APP_ICON = "💡"

0 commit comments

Comments
 (0)