diff --git a/README.md b/README.md index dd93dd90c..29ee087e0 100644 --- a/README.md +++ b/README.md @@ -1210,10 +1210,10 @@ SOFTWARE. [vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [vscode-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [vscode-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/edceaa6 -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/edceaa6/README.md +[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/1a0de78 +[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/1a0de78/README.md [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-edceaa6-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-1a0de78-blue.svg [wireguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/wireguard-armhf.svg [wireguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [wireguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/wireguard/CHANGELOG.md b/wireguard/CHANGELOG.md index d119e38c1..226d188f0 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,3 +1,3 @@ -2019/08/27 23:18 UTC - [edceaa6](https://github.com/hassio-addons/addon-wireguard/commit/edceaa61864ba3d10589847a5275a87977f11588) by [@frenck](https://github.com/frenck) -> :sparkles: :hammer: Refactor + better server/peer separation +2019/08/27 23:58 UTC - [1a0de78](https://github.com/hassio-addons/addon-wireguard/commit/1a0de783e567a0632fbb24dde75811e322428a14) by [@frenck](https://github.com/frenck) +> :ambulance: Fixes basio->bashio typo diff --git a/wireguard/README.md b/wireguard/README.md index 26a6b86e5..4d9041c39 100644 --- a/wireguard/README.md +++ b/wireguard/README.md @@ -53,12 +53,12 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-wireguard/blob/edceaa6/README.md +[docs]: https://github.com/hassio-addons/addon-wireguard/blob/1a0de78/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 [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-edceaa6-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/edceaa6 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-1a0de78-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/1a0de78 \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index f38faec8d..d8d0dffe3 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "edceaa6", + "version": "1a0de78", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard",