Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2022-03-14 21:01:54 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
name: simplex-chat
version: 1.3.1
version: 1.3.2
#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.3.1
version: 1.3.2
category: Web, System, Services, Cryptography
homepage: https://github.com/simplex-chat/simplex-chat#readme
author: simplex.chat

View File

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