From 2ecb7146ff270041bb1d90e8e127e49340d8d4a5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Aug 2026 07:50:54 +0200 Subject: [PATCH] Updater bot : aurral updated to 2.0.3 --- aurral/CHANGELOG.md | 3 +++ aurral/config.yaml | 2 +- aurral/updater.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/aurral/CHANGELOG.md b/aurral/CHANGELOG.md index 1135210804..be84369b1a 100644 --- a/aurral/CHANGELOG.md +++ b/aurral/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.0.3 (2026-08-01) +- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) + ## 2.0.2 (2026-08-01) - Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) diff --git a/aurral/config.yaml b/aurral/config.yaml index 30472cb3f8..cee0d9c4cb 100644 --- a/aurral/config.yaml +++ b/aurral/config.yaml @@ -1,5 +1,5 @@ name: Aurral -version: "2.0.2" +version: "2.0.3" slug: aurral description: >- Self-hosted music discovery, request management, flows, and playlist diff --git a/aurral/updater.json b/aurral/updater.json index 00cb4fa3c1..1ecfe07560 100644 --- a/aurral/updater.json +++ b/aurral/updater.json @@ -4,6 +4,6 @@ "slug": "aurral", "source": "github", "upstream_repo": "lklynet/aurral", - "upstream_version": "2.0.2", + "upstream_version": "2.0.3", "github_beta": false }