diff --git a/README.md b/README.md index c228d0c05..afc9293bb 100644 --- a/README.md +++ b/README.md @@ -905,10 +905,10 @@ SOFTWARE. [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/tree/db78ef8 -[addon-doc-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/blob/db78ef8/README.md +[addon-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/tree/e61bef8 +[addon-doc-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/blob/e61bef8/README.md [firefly-iii-issue]: https://github.com/hassio-addons/addon-firefly-iii/issues -[firefly-iii-version-shield]: https://img.shields.io/badge/version-db78ef8-blue.svg +[firefly-iii-version-shield]: https://img.shields.io/badge/version-e61bef8-blue.svg [firefly-iii-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/firefly-iii-armhf.svg [firefly-iii-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [firefly-iii-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/firefly-iii/CHANGELOG.md b/firefly-iii/CHANGELOG.md index d7862bcec..e5f69f574 100644 --- a/firefly-iii/CHANGELOG.md +++ b/firefly-iii/CHANGELOG.md @@ -1,3 +1,3 @@ -2019/12/03 21:17 UTC - [db78ef8](https://github.com/hassio-addons/addon-firefly-iii/commit/db78ef80b27e8d3339971d9675c709dd5655c59e) by [@sinclairpaul](https://github.com/sinclairpaul) -> 🔨Add armhf support +2019/12/03 21:26 UTC - [e61bef8](https://github.com/hassio-addons/addon-firefly-iii/commit/e61bef8a0c5baef6c67e1ac604293c29ced0c6c3) by [@sinclairpaul](https://github.com/sinclairpaul) +> 🔨Add armhf arch back to config diff --git a/firefly-iii/README.md b/firefly-iii/README.md index 6faf77cce..c4a7b3a63 100644 --- a/firefly-iii/README.md +++ b/firefly-iii/README.md @@ -42,11 +42,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-firefly-iii/blob/db78ef8/README.md +[docs]: https://github.com/hassio-addons/addon-firefly-iii/blob/e61bef8/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?u=frenck [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-db78ef8-blue.svg -[release]: https://github.com/hassio-addons/addon-firefly-iii/tree/db78ef8 +[release-shield]: https://img.shields.io/badge/version-e61bef8-blue.svg +[release]: https://github.com/hassio-addons/addon-firefly-iii/tree/e61bef8 [screenshot]: https://github.com/hassio-addons/addon-firefly-iii/raw/master/images/screenshot.png \ No newline at end of file diff --git a/firefly-iii/config.json b/firefly-iii/config.json index 506cb98dd..c48608961 100644 --- a/firefly-iii/config.json +++ b/firefly-iii/config.json @@ -1,6 +1,6 @@ { "name": "Firefly III", - "version": "db78ef8", + "version": "e61bef8", "slug": "firefly-iii", "description": "A free and open source personal finance manager", "url": "https://github.com/hassio-addons/addon-firefly-iii", @@ -11,6 +11,7 @@ "arch": [ "aarch64", "amd64", + "armhf", "armv7", "i386" ],