diff --git a/src/modules/DashboardConfig.py b/src/modules/DashboardConfig.py index 730793c5..8a910d5a 100644 --- a/src/modules/DashboardConfig.py +++ b/src/modules/DashboardConfig.py @@ -16,7 +16,7 @@ from .DashboardAPIKey import DashboardAPIKey class DashboardConfig: - DashboardVersion = 'v4.3.0.3' + DashboardVersion = 'v4.3.1' ConfigurationPath = os.getenv('CONFIGURATION_PATH', '.') ConfigurationFilePath = os.path.join(ConfigurationPath, 'wg-dashboard.ini') diff --git a/src/static/app/package.json b/src/static/app/package.json index 5b534233..0c68e6a8 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "4.3.0.3", + "version": "4.3.1", "private": true, "type": "module", "module": "es2022",