Bump version to 1.3.0 (#94)

This commit is contained in:
Franck Nijhof 2023-07-18 20:25:41 +02:00 committed by GitHub
parent 830ac06e2e
commit cda1e9ab62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ RUN \
--no-cache-dir \
--prefer-binary \
--find-links "https://wheels.home-assistant.io/musllinux/" \
repository-updater==1.2.5
repository-updater==1.3.0
COPY entrypoint.sh /entrypoint.sh

View file

@ -9,7 +9,7 @@ RUN \
--no-cache-dir \
--prefer-binary \
--find-links "https://wheels.home-assistant.io/musllinux/" \
repository-updater==1.2.5
repository-updater==1.3.0
# Entrypoint
ENTRYPOINT ["repository-updater"]

View file

@ -12,7 +12,7 @@ Home Assistant add-on repository approach.
APP_NAME = "repository-updater"
APP_FULL_NAME = "Community Home Assistant Add-ons Repository Updater"
APP_VERSION = "1.2.5"
APP_VERSION = "1.3.0"
APP_DESCRIPTION = __doc__
__version__ = APP_VERSION