Updater bot : aurral updated to 2.4.0 (upstream 2.4.0)

This commit is contained in:
alexbelgium
2026-08-13 09:34:34 +02:00
parent 8e7c087a49
commit 382db1d401
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.4.0 (2026-08-13)
- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases)
## 2.1.0 (2026-08-08) ## 2.1.0 (2026-08-08)
- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) - Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases)

View File

@@ -1,5 +1,5 @@
name: Aurral name: Aurral
version: "2.1.0" version: "2.4.0"
slug: aurral slug: aurral
description: >- description: >-
Self-hosted music discovery, request management, flows, and playlist Self-hosted music discovery, request management, flows, and playlist

View File

@@ -1,9 +1,9 @@
{ {
"last_update": "2026-08-08", "last_update": "2026-08-13",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "aurral", "slug": "aurral",
"source": "github", "source": "github",
"upstream_repo": "lklynet/aurral", "upstream_repo": "lklynet/aurral",
"upstream_version": "2.1.0", "upstream_version": "2.4.0",
"github_beta": false "github_beta": false
} }