diff --git a/README.md b/README.md index 40ef38216..c357581d0 100644 --- a/README.md +++ b/README.md @@ -995,10 +995,10 @@ SOFTWARE. [prometheus-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [prometheus-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [prometheus-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/4351e1e -[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/4351e1e/README.md +[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/209273a +[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/209273a/README.md [sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues -[sqlite-web-version-shield]: https://img.shields.io/badge/version-4351e1e-blue.svg +[sqlite-web-version-shield]: https://img.shields.io/badge/version-209273a-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-yes-green.svg diff --git a/sqlite-web/CHANGELOG.md b/sqlite-web/CHANGELOG.md index 214aa55d2..113d43fbc 100644 --- a/sqlite-web/CHANGELOG.md +++ b/sqlite-web/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v3.0.1 +- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 (#131) + +Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.3.0 to v2.4.0. +- [Release notes](https://github.com/docker/build-push-action/releases) +- [Commits](https://github.com/docker/build-push-action/compare/v2.3.0...e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#130) Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0. diff --git a/sqlite-web/README.md b/sqlite-web/README.md index 8a2697e09..c10e45c02 100644 --- a/sqlite-web/README.md +++ b/sqlite-web/README.md @@ -41,6 +41,6 @@ If you are more interested in stable releases of our add-ons: [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/2021.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-4351e1e-blue.svg -[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/4351e1e +[release-shield]: https://img.shields.io/badge/version-209273a-blue.svg +[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/209273a [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.json b/sqlite-web/config.json index 2b0289126..aa072a774 100644 --- a/sqlite-web/config.json +++ b/sqlite-web/config.json @@ -1,6 +1,6 @@ { "name": "SQLite Web", - "version": "4351e1e", + "version": "209273a", "slug": "sqlite-web", "description": "Explore your SQLite database", "url": "https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md",