diff --git a/README.md b/README.md index 4311f0a08..42ac049f7 100644 --- a/README.md +++ b/README.md @@ -1110,10 +1110,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/6e951b2 -[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/6e951b2/README.md +[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/b0d0d38 +[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/b0d0d38/README.md [sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues -[sqlite-web-version-shield]: https://img.shields.io/badge/version-6e951b2-blue.svg +[sqlite-web-version-shield]: https://img.shields.io/badge/version-b0d0d38-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 1f2bf78f9..b5be292bd 100644 --- a/sqlite-web/CHANGELOG.md +++ b/sqlite-web/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog since v2.0.0 -2019/09/03 08:30 UTC - [6e951b2](https://github.com/hassio-addons/addon-sqlite-web/commit/6e951b2ab0c7d959b1a9e6d714f865248b2737a2) by [@renovate[bot]](https://github.com/apps/renovate) +2019/09/19 12:57 UTC - [b0d0d38](https://github.com/hassio-addons/addon-sqlite-web/commit/b0d0d38cc9fa322f5786feb82ff884559d71cac2) by [@renovate[bot]](https://github.com/apps/renovate) +> :arrow_up: Updates peewee to v3.11.0 (#50) + +2019/09/19 12:57 UTC - [6e951b2](https://github.com/hassio-addons/addon-sqlite-web/commit/6e951b2ab0c7d959b1a9e6d714f865248b2737a2) by [@renovate[bot]](https://github.com/apps/renovate) > :arrow_up: Updates datasette to v0.29.3 (#49) -2019/09/03 08:30 UTC - [7c906ff](https://github.com/hassio-addons/addon-sqlite-web/commit/7c906ff6c1080c3bb2bc1aa32b8ea400df847bad) by [@tjorim](https://github.com/tjorim) +2019/09/19 12:57 UTC - [7c906ff](https://github.com/hassio-addons/addon-sqlite-web/commit/7c906ff6c1080c3bb2bc1aa32b8ea400df847bad) by [@tjorim](https://github.com/tjorim) > :sparkles: Adds icon to show in the sidebar (#48) diff --git a/sqlite-web/README.md b/sqlite-web/README.md index 46bcad8ca..3d7ef8174 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/6e951b2/README.md +[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/b0d0d38/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-6e951b2-blue.svg -[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/6e951b2 +[release-shield]: https://img.shields.io/badge/version-b0d0d38-blue.svg +[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/b0d0d38 [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 9ddac219b..bfdc44fd9 100644 --- a/sqlite-web/config.json +++ b/sqlite-web/config.json @@ -1,6 +1,6 @@ { "name": "SQLite Web", - "version": "6e951b2", + "version": "b0d0d38", "slug": "sqlite-web", "description": "Explore your SQLite database", "url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",