Files
desktop/app/version.ts
2026-02-16 20:26:54 +02:00

8 lines
251 B
TypeScript

export const APP_VERSION = "1.0.0";
export const CORE_MIN_REQUIRED_VERSION = "1.4.8";
export const RELEASE_NOTICE = `
**Update v1.0.0** :emoji_1f631:
- Full sync support with message history and attachments
- Fix sync issues for device confirming
`;