prepare v1.3.1 (#398)

This commit is contained in:
Efim Poberezkin
2022-03-05 12:34:48 +04:00
committed by GitHub
parent fd28c939f5
commit 7cf139f856
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
name: simplex-chat
version: 1.3.0
version: 1.3.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.3.0
version: 1.3.1
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.0"
versionNumber = "1.3.1"
versionStr :: String
versionStr = "SimpleX Chat v" <> versionNumber