diff --git a/birdnet-pi/CHANGELOG.md b/birdnet-pi/CHANGELOG.md index 68ed081de..875d41a9b 100644 --- a/birdnet-pi/CHANGELOG.md +++ b/birdnet-pi/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.1 (22-06-2024) +- Update to latest version from Nachtzuster/BirdNET-Pi (changelog : https://github.com/Nachtzuster/BirdNET-Pi/releases) ## 0.13-55 (19-06-2024) - Several upstream improvements - Disable by default livrestream on boot : reduce idle cpu by half diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index 74305e1c2..77af4dc10 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -113,6 +113,6 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "0.13-55", + "version": "0.1", "video": true } diff --git a/birdnet-pi/updater.json b/birdnet-pi/updater.json index 8e178fb0e..8b3a6507f 100644 --- a/birdnet-pi/updater.json +++ b/birdnet-pi/updater.json @@ -1,8 +1,8 @@ { - "last_update": "08-06-2024", + "last_update": "22-06-2024", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "Nachtzuster/BirdNET-Pi", - "upstream_version": "1.5.3" + "upstream_version": "0.1" }