Skip to content

Commit

Permalink
bump to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benleb committed Jan 21, 2022
1 parent 7ba2a65 commit 8a2409b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
file: ./demo/Dockerfile
tags: |
benleb/automoli:latest
benleb/automoli:0.11.2
benleb/automoli:0.11.3
ghcr.io/benleb/ad-automoli:latest
ghcr.io/benleb/ad-automoli:0.11.2
ghcr.io/benleb/ad-automoli:0.11.3
platforms: ${{ matrix.platform }}
build-args: |
APPDAEMON_VERSION=4.0.6
Expand Down
2 changes: 1 addition & 1 deletion apps/automoli/automoli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# pylint: disable=import-error
import hassapi as hass

__version__ = "0.11.2"
__version__ = "0.11.3"

APP_NAME = "AutoMoLi"
APP_ICON = "💡"
Expand Down

0 comments on commit 8a2409b

Please sign in to comment.