core: 6.1.0.2, update min versions for remote access to 6.1.0.2

This commit is contained in:
Evgeny Poberezkin
2024-09-18 08:56:43 +01:00
parent c13e8e4037
commit 17a0f3a210
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: simplex-chat
version: 6.1.0.1
version: 6.1.0.2
#synopsis:
#description:
homepage: https://github.com/simplex-chat/simplex-chat#readme
+1 -1
View File
@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplex-chat
version: 6.1.0.1
version: 6.1.0.2
category: Web, System, Services, Cryptography
homepage: https://github.com/simplex-chat/simplex-chat#readme
author: simplex.chat
+2 -2
View File
@@ -72,11 +72,11 @@ import UnliftIO.Directory (copyFile, createDirectoryIfMissing, doesDirectoryExis
-- when acting as host
minRemoteCtrlVersion :: AppVersion
minRemoteCtrlVersion = AppVersion [6, 1, 0, 0]
minRemoteCtrlVersion = AppVersion [6, 1, 0, 2]
-- when acting as controller
minRemoteHostVersion :: AppVersion
minRemoteHostVersion = AppVersion [6, 1, 0, 0]
minRemoteHostVersion = AppVersion [6, 1, 0, 2]
currentAppVersion :: AppVersion
currentAppVersion = AppVersion SC.version