From e551ef51c72c628d1a2080730588a56e13aaa9fd Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Mon, 16 Feb 2026 15:05:18 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BD=D1=8F=D1=82=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/version.ts | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/version.ts b/app/version.ts index a471640..57d1869 100644 --- a/app/version.ts +++ b/app/version.ts @@ -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 `; \ No newline at end of file diff --git a/package.json b/package.json index 7512d4d..e57a6ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Rosetta", - "version": "1.4.7", + "version": "1.4.8", "description": "Rosetta Messenger", "main": "./out/main/main.js", "license": "MIT",