diff --git a/DOCKER_README.md b/DOCKER_README.md index c15937fd..cbd7d5d1 100644 --- a/DOCKER_README.md +++ b/DOCKER_README.md @@ -10,8 +10,8 @@ Readme, source and documentation on [https://github.com/Der-Henning/tgtg](https: - [`edge`](https://github.com/Der-Henning/tgtg/blob/main/Dockerfile) - [`edge-alpine`](https://github.com/Der-Henning/tgtg/blob/main/Dockerfile.alpine) -- [`v1`, `v1.14`, `v1.14.7`, `latest`](https://github.com/Der-Henning/tgtg/blob/v1.14.7/Dockerfile) -- [`v1-alpine`, `v1.14-alpine`, `v1.14.7-alpine`, `latest-alpine`](https://github.com/Der-Henning/tgtg/blob/v1.14.7/Dockerfile.alpine) +- [`v1`, `v1.14`, `v1.14.8`, `latest`](https://github.com/Der-Henning/tgtg/blob/v1.14.8/Dockerfile) +- [`v1-alpine`, `v1.14-alpine`, `v1.14.8-alpine`, `latest-alpine`](https://github.com/Der-Henning/tgtg/blob/v1.14.8/Dockerfile.alpine) # Quick Start diff --git a/src/_version.py b/src/_version.py index aa020e8f..d4af8483 100644 --- a/src/_version.py +++ b/src/_version.py @@ -1,6 +1,6 @@ __title__ = "TGTG Scanner" __description__ = "Provides notifications for TGTG magic bags" -__version__ = "1.14.7" +__version__ = "1.14.8" __author__ = "Henning Merklinger" __author_email__ = "henning.merklinger@gmail.com" __license__ = "GPL"