From bd3411de52295b2e910f3ad63b76c45ac6503326 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Sat, 21 Mar 2026 21:31:57 +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 | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/version.ts b/app/version.ts index 37f3032..098454c 100644 --- a/app/version.ts +++ b/app/version.ts @@ -1,5 +1,5 @@ export const APP_VERSION = "1.1.2"; -export const CORE_MIN_REQUIRED_VERSION = "1.5.4"; +export const CORE_MIN_REQUIRED_VERSION = "1.5.3"; export const RELEASE_NOTICE = ` **Обновление v1.1.2** :emoji_1f631: diff --git a/package.json b/package.json index bd8e2eb..1b152fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Rosetta", - "version": "1.5.4", + "version": "1.5.3", "description": "Rosetta Messenger", "main": "./out/main/main.js", "license": "MIT",