Updater bot : aurral updated to 2.0.0

This commit is contained in:
alexbelgium
2026-07-22 07:24:59 +02:00
parent 0cf9fb37a5
commit fd42cb2223
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.0.0 (2026-07-22)
- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases)
## 1.76.52 (2026-07-11) ## 1.76.52 (2026-07-11)
- 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: "1.76.52" version: "2.0.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-07-11", "last_update": "2026-07-22",
"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": "1.76.52", "upstream_version": "2.0.0",
"github_beta": false "github_beta": false
} }