Skip to content

Commit

Permalink
0.5.5 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaced4ndy committed Jan 7, 2022
1 parent 5e545b6 commit 7498cd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion simplex-chat.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Simplex/Chat/Controller.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7498cd4

Please sign in to comment.