diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-19 01:50:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 01:50:07 +0100 |
commit | fb045348cf4c72a2f523b6a0ce360b40d4d60ff3 (patch) | |
tree | 81c8c5353e6e5d11de13a04a5dfc3cd7ca3d718f /config | |
parent | e627033600a5f6222c076d4e4265646b0f070877 (diff) |
feat: move bookmarks to database (#9)
* Move bookmarks to SQL DB
* Increment version
Diffstat (limited to 'config')
-rw-r--r-- | config/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php index 275fd7c..f151b73 100644 --- a/config/app.php +++ b/config/app.php @@ -17,7 +17,7 @@ return [ */ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '5.4.5', + 'version' => '5.4.6', /* |-------------------------------------------------------------------------- |