core: 6.3.4.1

This commit is contained in:
Evgeny Poberezkin 2025-05-12 16:58:49 +01:00
parent 1f8609a31f
commit 9098e22d4b
No known key found for this signature in database
GPG key ID: 494BDDD9A28B577D
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplex-chat
version: 6.3.4.0
version: 6.3.4.1
category: Web, System, Services, Cryptography
homepage: https://github.com/simplex-chat/simplex-chat#readme
author: simplex.chat

View file

@ -75,11 +75,11 @@ remoteFilesFolder = "simplex_v1_files"
-- when acting as host
minRemoteCtrlVersion :: AppVersion
minRemoteCtrlVersion = AppVersion [6, 3, 4, 0]
minRemoteCtrlVersion = AppVersion [6, 3, 4, 1]
-- when acting as controller
minRemoteHostVersion :: AppVersion
minRemoteHostVersion = AppVersion [6, 3, 4, 0]
minRemoteHostVersion = AppVersion [6, 3, 4, 1]
currentAppVersion :: AppVersion
currentAppVersion = AppVersion SC.version