Bump version to 3.0.0 in configuration, app version, and HTML/JS files

This commit is contained in:
Frédéric Metrich 2026-07-05 19:39:02 +02:00
parent c88d36997f
commit 9883dbec5e
4 changed files with 7 additions and 7 deletions

View file

@ -1270,7 +1270,7 @@ var security = new Security();
class General {
initialized = false;
appVersion = 'v2.4.7';
appVersion = 'v3.0.0';
reloadApp = false;
init() {
if (this.initialized) return;