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 | fe06cd915cb386df5af5465b7e81aac6c97cbe17 (patch) | |
tree | 81c8c5353e6e5d11de13a04a5dfc3cd7ca3d718f /config | |
parent | c04f07cb5cb2b853d0176437b26662349c2e6e62 (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', /* |-------------------------------------------------------------------------- |