Prepare v2.2.1 release

This commit is contained in:
Robert Strouse 2023-11-03 10:01:16 -07:00
parent 7592a2fc89
commit c3b7139931
6 changed files with 7 additions and 7 deletions

View file

@ -1252,7 +1252,7 @@ var security = new Security();
class General {
initialized = false;
appVersion = 'v2.2.1b';
appVersion = 'v2.2.1';
reloadApp = false;
init() {
if (this.initialized) return;