Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldzou committed Nov 25, 2024
1 parent 9287e81 commit f942eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

from flask.json.provider import DefaultJSONProvider

DASHBOARD_VERSION = 'v4.1.1'
DASHBOARD_VERSION = 'v4.1.2'
CONFIGURATION_PATH = os.getenv('CONFIGURATION_PATH', '.')
DB_PATH = os.path.join(CONFIGURATION_PATH, 'db')
if not os.path.isdir(DB_PATH):
Expand Down
2 changes: 1 addition & 1 deletion src/static/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "4.1.1",
"version": "4.1.2",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit f942eaf

Please sign in to comment.