Updater bot : aurral updated to 2.0.2

This commit is contained in:
alexbelgium
2026-08-01 01:25:13 +02:00
parent e54e4656e8
commit 7c356e7305
3 changed files with 6 additions and 3 deletions

View File

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