cheatchat 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/utils/constants.js +1 -1
package/package.json
CHANGED
package/src/utils/constants.js
CHANGED
|
@@ -6,7 +6,7 @@ export const WS_API_URL = "wss://lhyew4zkm2.execute-api.ap-south-1.amazonaws.com
|
|
|
6
6
|
// ─── App Metadata ────────────────────────────────────────────────────────────
|
|
7
7
|
|
|
8
8
|
export const APP_NAME = "CheatChat";
|
|
9
|
-
export const APP_VERSION = "1.
|
|
9
|
+
export const APP_VERSION = "1.2.2";
|
|
10
10
|
export const APP_DESCRIPTION = "A minimal terminal chat app powered by AWS.";
|
|
11
11
|
|
|
12
12
|
// ─── Chat Modes ──────────────────────────────────────────────────────────────
|