From e9d77ccc72a9f87f2a1738d91191eb00a6386848 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 23 Jun 2019 08:37:48 +0000 Subject: [PATCH] :arrow_up: Updating add-on SQLite Web to 40c23e1 --- README.md | 6 +++--- sqlite-web/CHANGELOG.md | 7 +++++-- sqlite-web/README.md | 6 +++--- sqlite-web/config.json | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5264d3908..ca909377e 100644 --- a/README.md +++ b/README.md @@ -1070,10 +1070,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/b11f7f9 -[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/b11f7f9/README.md +[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/40c23e1 +[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/40c23e1/README.md [sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues -[sqlite-web-version-shield]: https://img.shields.io/badge/version-b11f7f9-blue.svg +[sqlite-web-version-shield]: https://img.shields.io/badge/version-40c23e1-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 diff --git a/sqlite-web/CHANGELOG.md b/sqlite-web/CHANGELOG.md index 265e92052..f264f57b4 100644 --- a/sqlite-web/CHANGELOG.md +++ b/sqlite-web/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog since v1.2.0 -2019/06/07 08:50 UTC - [b11f7f9](https://github.com/hassio-addons/addon-sqlite-web/commit/b11f7f93e2b080047a44123fcbc82dda4115ca3a) by [@renovate[bot]](https://github.com/apps/renovate) +2019/06/23 08:04 UTC - [40c23e1](https://github.com/hassio-addons/addon-sqlite-web/commit/40c23e10f97044454e15b999a67b172ee26a3eae) by [@frenck](https://github.com/frenck) +> :pencil2: Maintaince -> Maintenance + +2019/06/23 08:04 UTC - [b11f7f9](https://github.com/hassio-addons/addon-sqlite-web/commit/b11f7f93e2b080047a44123fcbc82dda4115ca3a) by [@renovate[bot]](https://github.com/apps/renovate) > :arrow_up: Updates peewee to v3.9.6 (#36) -2019/06/07 08:50 UTC - [905dba8](https://github.com/hassio-addons/addon-sqlite-web/commit/905dba85014161e11f0819c95fa4a69c598bdc08) by [@renovate[bot]](https://github.com/apps/renovate) +2019/06/23 08:04 UTC - [905dba8](https://github.com/hassio-addons/addon-sqlite-web/commit/905dba85014161e11f0819c95fa4a69c598bdc08) by [@renovate[bot]](https://github.com/apps/renovate) > :arrow_up: Updates datasette to v0.28 (#34) diff --git a/sqlite-web/README.md b/sqlite-web/README.md index 2721f236b..07bfe8f50 100644 --- a/sqlite-web/README.md +++ b/sqlite-web/README.md @@ -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/b11f7f9/README.md +[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/40c23e1/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-sqlite-web/68912 [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-b11f7f9-blue.svg -[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/b11f7f9 +[release-shield]: https://img.shields.io/badge/version-40c23e1-blue.svg +[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/40c23e1 [screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png \ No newline at end of file diff --git a/sqlite-web/config.json b/sqlite-web/config.json index 29e6b6bd9..4f625ff12 100644 --- a/sqlite-web/config.json +++ b/sqlite-web/config.json @@ -1,6 +1,6 @@ { "name": "SQLite Web", - "version": "b11f7f9", + "version": "40c23e1", "slug": "sqlite-web", "description": "Explore your SQLite database", "url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",