From b65eca420a6bc97d2df8265b40a6da60d2358278 Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Sat, 21 Dec 2024 00:21:18 +0000 Subject: Show album cover for current track --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/app.php b/config/app.php index 615bf7f..981759a 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider; return [ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '2024.12.19', + 'version' => '2024.12.20', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), -- cgit v1.2.3-54-g00ecf