Merge pull request #518 from donaldzou/v4.1.1-dev

Ready for new update
This commit is contained in:
Donald Zou 2024-11-23 15:57:28 +08:00 committed by GitHub
commit fa04ad1395
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ import threading
from flask.json.provider import DefaultJSONProvider
DASHBOARD_VERSION = 'v4.1.0'
DASHBOARD_VERSION = 'v4.1.1'
CONFIGURATION_PATH = os.getenv('CONFIGURATION_PATH', '.')
DB_PATH = os.path.join(CONFIGURATION_PATH, 'db')
if not os.path.isdir(DB_PATH):

View file

@ -1,6 +1,6 @@
{
"name": "app",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"type": "module",
"scripts": {