This commit is contained in:
Efim Poberezkin
2022-01-07 11:32:06 +04:00
committed by GitHub
parent 5e545b639f
commit 7498cd4432
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: simplex-chat
version: 0.5.4
version: 0.5.5
#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: 0.5.4
version: 0.5.5
category: Web, System, Services, Cryptography
homepage: https://github.com/simplex-chat/simplex-chat#readme
author: Evgeny Poberezkin
+1 -1
View File
@@ -26,7 +26,7 @@ import System.IO (Handle)
import UnliftIO.STM
versionNumber :: String
versionNumber = "0.5.4"
versionNumber = "0.5.5"
data ChatConfig = ChatConfig
{ agentConfig :: AgentConfig,