From caba5377e3e22acb66dcb7a88487b5754e36d648 Mon Sep 17 00:00:00 2001 From: RoscoeDaWah Date: Wed, 22 Jan 2025 22:22:10 +0000 Subject: Reformat CSS, add PT Sans/Serif fonts --- 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 7136af2..92bec1a 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' => '2025.01.16', + 'version' => '2025.01.22', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), -- cgit v1.2.3-54-g00ecf