aboutsummaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
authorRoscoeDaWah <roscoe@wah.moe>2025-01-22 22:22:10 +0000
committerRoscoeDaWah <roscoe@wah.moe>2025-01-22 22:24:55 +0000
commitcaba5377e3e22acb66dcb7a88487b5754e36d648 (patch)
tree6a37808f4e4356aa5658c9b9712fb5660add7c36 /config/app.php
parentedca6b7abf6b961abd4054194a5e16ea16131778 (diff)
Reformat CSS, add PT Sans/Serif fonts
Diffstat (limited to 'config/app.php')
-rw-r--r--config/app.php2
1 files changed, 1 insertions, 1 deletions
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'),