mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 18:35:49 +00:00
update version to 0.5.1 (#157)
This commit is contained in:
committed by
GitHub
parent
96176936e6
commit
9513a47860
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user