diff options
-rw-r--r-- | config/app.php | 2 | ||||
-rw-r--r-- | resources/views/pages/home.blade.php | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php index 26005ea..47c4b76 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' => '2023.12.31', + 'version' => '2024.02.04', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 6720660..01831d6 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -25,6 +25,9 @@ <tr> <td>◆ Favorite games: <a href="https://steamcommunity.com/id/floppydisk05/recommended/420530/">OneShot</a>, Minecraft, Stardew Valley, N++ and Starbound</td> </tr> + <tr> + <td>◆ <a href="http://wxqa.com/">CWOP</a> member</td> + </tr> </table> <br> |