update version to 0.5.1 (#157)

This commit is contained in:
Evgeny Poberezkin
2021-12-18 12:54:38 +00:00
committed by GitHub
parent 96176936e6
commit 9513a47860
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: simplex-chat
version: 0.5.0
version: 0.5.1
#synopsis:
#description:
homepage: https://github.com/simplex-chat/simplex-chat#readme

View File

@@ -26,7 +26,7 @@ import System.IO (Handle)
import UnliftIO.STM
versionNumber :: String
versionNumber = "0.5.0"
versionNumber = "0.5.1"
data ChatConfig = ChatConfig
{ agentConfig :: AgentConfig,