prepare v1.3.0 (#378)

This commit is contained in:
Efim Poberezkin
2022-02-26 16:24:56 +04:00
committed by GitHub
parent ad1612d84a
commit 268eaaa9ca
3 changed files with 3 additions and 3 deletions

View File

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