Skip to content

Commit

Permalink
Ready for v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldzou committed Sep 14, 2024
1 parent b3edff9 commit e9ab702
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

from flask.json.provider import DefaultJSONProvider

DASHBOARD_VERSION = 'v4.0.2'
DASHBOARD_VERSION = 'v4.0.3'
CONFIGURATION_PATH = os.getenv('CONFIGURATION_PATH', '.')
DB_PATH = os.path.join(CONFIGURATION_PATH, 'db')
if not os.path.isdir(DB_PATH):
Expand Down
Binary file modified src/static/app/dist/assets/bootstrap-icons.woff
Binary file not shown.
Binary file modified src/static/app/dist/assets/bootstrap-icons.woff2
Binary file not shown.
6 changes: 3 additions & 3 deletions src/static/app/dist/assets/index.css

Large diffs are not rendered by default.

Loading

0 comments on commit e9ab702

Please sign in to comment.