diff --git a/README.md b/README.md index ca1a6298..0ceca9b7 100644 --- a/README.md +++ b/README.md @@ -737,10 +737,10 @@ SOFTWARE. [tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tasmoadmin-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v0.4.0 -[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v0.4.0/README.md +[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v0.4.1 +[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v0.4.1/README.md [tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues -[tautulli-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg +[tautulli-version-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg [tautulli-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/tautulli.svg [tautulli-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tautulli-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/tautulli/CHANGELOG.md b/tautulli/CHANGELOG.md index 5b439cc6..66f1911e 100644 --- a/tautulli/CHANGELOG.md +++ b/tautulli/CHANGELOG.md @@ -1,4 +1,5 @@ # Changes -TBA -[changelog](https://github.com/hassio-addons/addon-tautulli/compare/v0.3.0...v0.4.0) \ No newline at end of file +- Show GeoLite install in the settings. + +[Changelog](https://github.com/hassio-addons/addon-tautulli/compare/v0.4.0...v0.4.1) \ No newline at end of file diff --git a/tautulli/README.md b/tautulli/README.md index 43454711..e65f0910 100644 --- a/tautulli/README.md +++ b/tautulli/README.md @@ -43,11 +43,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/ludeeus [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-tautulli/blob/v0.4.0/README.md +[docs]: https://github.com/hassio-addons/addon-tautulli/blob/v0.4.1/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-tautulli/68745?u=ludeeus [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tautulli/tree/v0.4.0 +[release-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg +[release]: https://github.com/hassio-addons/addon-tautulli/tree/v0.4.1 [screenshot]: https://github.com/hassio-addons/addon-tautulli/raw/master/images/screenshot.png \ No newline at end of file diff --git a/tautulli/config.json b/tautulli/config.json index cf26da91..81aa5680 100644 --- a/tautulli/config.json +++ b/tautulli/config.json @@ -1,6 +1,6 @@ { "name": "Tautulli", - "version": "0.4.0", + "version": "0.4.1", "slug": "tautulli", "description": "Monitoring and tracking tool for Plex Media Server", "url": "https://github.com/hassio-addons/addon-tautulli/tree/master/README.md",