7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
export const APP_VERSION = "1.0.1";
|
|
export const CORE_MIN_REQUIRED_VERSION = "1.4.8";
|
|
|
|
export const RELEASE_NOTICE = `
|
|
**Update v1.0.1** :emoji_1f631:
|
|
- Fix push notifications on synchronization
|
|
`; |