Поднятие версии

This commit is contained in:
RoyceDa
2026-02-16 15:05:18 +02:00
parent 8c627f1c48
commit e551ef51c7
2 changed files with 7 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
export const APP_VERSION = "0.6.0";
export const CORE_MIN_REQUIRED_VERSION = "1.4.6";
export const APP_VERSION = "0.9.9";
export const CORE_MIN_REQUIRED_VERSION = "1.4.8";
export const RELEASE_NOTICE = `
**Update v0.6.1** :emoji_1f631:
- Fix login select account
**Update v0.9.9** :emoji_1f631:
- Synchronization devices!
- New fast server
- Fix login select account bug
`;

View File

@@ -1,6 +1,6 @@
{
"name": "Rosetta",
"version": "1.4.7",
"version": "1.4.8",
"description": "Rosetta Messenger",
"main": "./out/main/main.js",
"license": "MIT",