This commit is contained in:
Evgeny Poberezkin
2021-12-24 11:36:04 +00:00
parent 29b683329d
commit 6e48fe3f72
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: simplex-chat
version: 0.5.2
version: 0.5.3
#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.2
version: 0.5.3
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.2"
versionNumber = "0.5.3"
data ChatConfig = ChatConfig
{ agentConfig :: AgentConfig,