feat: move bookmarks to database (#9)

* Move bookmarks to SQL DB
* Increment version
This commit is contained in:
Frankie B 2023-07-19 01:50:07 +01:00 committed by GitHub
commit fe06cd915c
2 changed files with 20 additions and 6 deletions

View file

@ -17,7 +17,7 @@
*/
'name' => env('APP_NAME', 'diskfloppy.me'),
'version' => '5.4.5',
'version' => '5.4.6',
/*
|--------------------------------------------------------------------------