diff --git a/README.md b/README.md index dcd5e94e..91d8f895 100644 --- a/README.md +++ b/README.md @@ -1221,10 +1221,10 @@ SOFTWARE. [chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [chrony-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [chrony-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.10.1 -[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.10.1/README.md +[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.10.2 +[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.10.2/README.md [motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues -[motioneye-version-shield]: https://img.shields.io/badge/version-v0.10.1-blue.svg +[motioneye-version-shield]: https://img.shields.io/badge/version-v0.10.2-blue.svg [motioneye-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/motioneye.svg [motioneye-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [motioneye-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/motioneye/CHANGELOG.md b/motioneye/CHANGELOG.md index cf8e3a45..29c97570 100644 --- a/motioneye/CHANGELOG.md +++ b/motioneye/CHANGELOG.md @@ -2,10 +2,9 @@ ### 🔨 Changes -✏️ Fix incorrect option name in documentation (#119) -- 🚑 Fix video2linux support +- 🔨 Fix deletion of uploadservices.json (#125) -[changelog]: https://github.com/hassio-addons/addon-motioneye/compare/v0.10.0...v0.10.1 +[changelog]: https://github.com/hassio-addons/addon-motioneye/compare/v0.10.1...v0.10.2 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: diff --git a/motioneye/README.md b/motioneye/README.md index 73118bdf..a7a998fc 100644 --- a/motioneye/README.md +++ b/motioneye/README.md @@ -53,6 +53,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-v0.10.1-blue.svg -[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.10.1 +[release-shield]: https://img.shields.io/badge/version-v0.10.2-blue.svg +[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.10.2 [screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png \ No newline at end of file diff --git a/motioneye/config.json b/motioneye/config.json index 0c718ca9..bc48284c 100644 --- a/motioneye/config.json +++ b/motioneye/config.json @@ -1,6 +1,6 @@ { "name": "motionEye", - "version": "0.10.1", + "version": "0.10.2", "slug": "motioneye", "description": "Simple, elegant and feature-rich CCTV/NVR for your cameras", "url": "https://github.com/hassio-addons/addon-motioneye",