Skip to content

Commit

Permalink
Merge pull request #387 from donaldzou/v4.0.3-fix
Browse files Browse the repository at this point in the history
Ready for v4.0.3
  • Loading branch information
donaldzou authored Sep 14, 2024
2 parents 6f681db + e9ab702 commit 891990b
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 891990b

Please sign in to comment.