mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on SQLite Web to 4dabe59
This commit is contained in:
parent
f45d7249a8
commit
eb7d28b149
4 changed files with 10 additions and 7 deletions
|
@ -1116,10 +1116,10 @@ SOFTWARE.
|
|||
[portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[portainer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[portainer-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/3d01c2f
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/3d01c2f/README.md
|
||||
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/4dabe59
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/4dabe59/README.md
|
||||
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-3d01c2f-blue.svg
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-4dabe59-blue.svg
|
||||
[sqlite-web-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sqlite-web-armhf.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
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
# Changelog since v2.2.0
|
||||
- :arrow_up: Updates datasette to v0.37.1 (#67)
|
||||
|
||||
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
|
||||
- :arrow_up: Updates datasette to v0.37 (#66)
|
||||
|
||||
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
|
||||
|
|
|
@ -39,11 +39,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-sqlite-web/blob/3d01c2f/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/4dabe59/README.md
|
||||
[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/2020.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-3d01c2f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/3d01c2f
|
||||
[release-shield]: https://img.shields.io/badge/version-4dabe59-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/4dabe59
|
||||
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SQLite Web",
|
||||
"version": "3d01c2f",
|
||||
"version": "4dabe59",
|
||||
"slug": "sqlite-web",
|
||||
"description": "Explore your SQLite database",
|
||||
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue