mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
core: 6.2.4.0
This commit is contained in:
parent
821f034d18
commit
9a736b6417
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: simplex-chat
|
name: simplex-chat
|
||||||
version: 6.2.2.0
|
version: 6.2.4.0
|
||||||
#synopsis:
|
#synopsis:
|
||||||
#description:
|
#description:
|
||||||
homepage: https://github.com/simplex-chat/simplex-chat#readme
|
homepage: https://github.com/simplex-chat/simplex-chat#readme
|
||||||
|
|
|
@ -5,7 +5,7 @@ cabal-version: 1.12
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
name: simplex-chat
|
name: simplex-chat
|
||||||
version: 6.2.2.0
|
version: 6.2.4.0
|
||||||
category: Web, System, Services, Cryptography
|
category: Web, System, Services, Cryptography
|
||||||
homepage: https://github.com/simplex-chat/simplex-chat#readme
|
homepage: https://github.com/simplex-chat/simplex-chat#readme
|
||||||
author: simplex.chat
|
author: simplex.chat
|
||||||
|
|
|
@ -73,11 +73,11 @@ import UnliftIO.Directory (copyFile, createDirectoryIfMissing, doesDirectoryExis
|
||||||
|
|
||||||
-- when acting as host
|
-- when acting as host
|
||||||
minRemoteCtrlVersion :: AppVersion
|
minRemoteCtrlVersion :: AppVersion
|
||||||
minRemoteCtrlVersion = AppVersion [6, 2, 0, 7]
|
minRemoteCtrlVersion = AppVersion [6, 2, 4, 0]
|
||||||
|
|
||||||
-- when acting as controller
|
-- when acting as controller
|
||||||
minRemoteHostVersion :: AppVersion
|
minRemoteHostVersion :: AppVersion
|
||||||
minRemoteHostVersion = AppVersion [6, 2, 0, 7]
|
minRemoteHostVersion = AppVersion [6, 2, 4, 0]
|
||||||
|
|
||||||
currentAppVersion :: AppVersion
|
currentAppVersion :: AppVersion
|
||||||
currentAppVersion = AppVersion SC.version
|
currentAppVersion = AppVersion SC.version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue