update version to v4.4.18

This commit is contained in:
lockbitchat
2025-10-15 20:23:50 -04:00
parent 3ed8766fc9
commit 1acbc12a92
2 changed files with 3 additions and 3 deletions

2
dist/app.js vendored
View File

@@ -1680,7 +1680,7 @@ var EnhancedSecureP2PChat = () => {
} catch (error) {
}
}
handleMessage(" SecureBit.chat Enhanced Security Edition v4.3.120 - ECDH + DTLS + SAS initialized. Ready to establish a secure connection with ECDH key exchange, DTLS fingerprint verification, and SAS authentication to prevent MITM attacks.", "system");
handleMessage(" SecureBit.chat Enhanced Security Edition v4.4.18 - ECDH + DTLS + SAS initialized. Ready to establish a secure connection with ECDH key exchange, DTLS fingerprint verification, and SAS authentication to prevent MITM attacks.", "system");
const handleBeforeUnload = (event) => {
if (event.type === "beforeunload" && !isTabSwitching) {
if (webrtcManagerRef2.current && webrtcManagerRef2.current.isConnected()) {

4
dist/app.js.map vendored

File diff suppressed because one or more lines are too long