diff --git a/README.md b/README.md index e99f41fdc..588fba241 100644 --- a/README.md +++ b/README.md @@ -843,10 +843,10 @@ SOFTWARE. [plex-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [plex-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [plex-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/84cb61e -[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/84cb61e/README.md +[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/a0d66fa +[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/a0d66fa/README.md [sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues -[sqlite-web-version-shield]: https://img.shields.io/badge/version-84cb61e-blue.svg +[sqlite-web-version-shield]: https://img.shields.io/badge/version-a0d66fa-blue.svg [sqlite-web-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [sqlite-web-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/sqlite-web/CHANGELOG.md b/sqlite-web/CHANGELOG.md index 43265e044..9f31613cd 100644 --- a/sqlite-web/CHANGELOG.md +++ b/sqlite-web/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog since v4.0.0 +- 🎆 Updates maintenance/license year to 2024 (#292) +- Fix Renovate configuration for Alpine 3.19 (#291) - ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.3 (#290) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> diff --git a/sqlite-web/DOCS.md b/sqlite-web/DOCS.md index d89d705de..4f50bf2e4 100644 --- a/sqlite-web/DOCS.md +++ b/sqlite-web/DOCS.md @@ -68,7 +68,7 @@ check [the contributor's page][contributors]. MIT License Copyright (c) 2018-2019 Joakim Sørensen -Copyright (c) 2019-2023 Franck Nijhof +Copyright (c) 2019-2024 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sqlite-web/README.md b/sqlite-web/README.md index 0211cace9..05b203c7d 100644 --- a/sqlite-web/README.md +++ b/sqlite-web/README.md @@ -35,8 +35,8 @@ If you are more interested in stable releases of our add-ons: [discord]: https://discord.gg/c5DvZ4e [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-sqlite-web/68912?u=frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-84cb61e-blue.svg -[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/84cb61e +[release-shield]: https://img.shields.io/badge/version-a0d66fa-blue.svg +[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/a0d66fa [screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png \ No newline at end of file diff --git a/sqlite-web/config.yaml b/sqlite-web/config.yaml index 11e7f5f5d..9aad88bc8 100644 --- a/sqlite-web/config.yaml +++ b/sqlite-web/config.yaml @@ -1,5 +1,5 @@ name: SQLite Web -version: 84cb61e +version: a0d66fa slug: sqlite-web description: Explore your SQLite database url: https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md