chore: prep 0.1.1 (version bump, lowercase branding, ua update)

This commit is contained in:
Peter Steinberger
2025-11-25 14:13:17 +01:00
parent f7cdb12101
commit dd55a80430
5 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ import { spawnRelayTmux } from "./relay_tmux.js";
export function buildProgram() {
const program = new Command();
const PROGRAM_VERSION = "0.1.0";
const PROGRAM_VERSION = "0.1.1";
const TAGLINE =
"Send, receive, and auto-reply on WhatsApp—Twilio-backed or QR-linked.";

View File

@@ -48,7 +48,7 @@ export async function createWaSocket(printQr: boolean, verbose: boolean) {
version,
logger,
printQRInTerminal: false,
browser: ["Warelay", "CLI", "0.1.0"],
browser: ["warelay", "cli", "0.1.1"],
syncFullHistory: false,
markOnlineOnConnect: false,
});