This commit is contained in:
Evgeny Poberezkin
2022-01-18 20:19:05 +00:00
parent aef697e30a
commit d29a6542de
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplex-chat
version: 1.0.0
version: 1.0.1
category: Web, System, Services, Cryptography
homepage: https://github.com/simplex-chat/simplex-chat#readme
author: simplex.chat

View File

@@ -26,7 +26,7 @@ import System.IO (Handle)
import UnliftIO.STM
versionNumber :: String
versionNumber = "1.0.0"
versionNumber = "1.0.1"
versionStr :: String
versionStr = "SimpleX Chat v" <> versionNumber