From 48261b7e8fa7e42914c931092a02f12022b41692 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sat, 12 Aug 2023 22:00:25 +0100 Subject: [PATCH] core: 5.3.0.4 --- package.yaml | 2 +- simplex-chat.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.yaml b/package.yaml index 1d4a88fca..94a16f100 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: simplex-chat -version: 5.3.0.2 +version: 5.3.0.4 #synopsis: #description: homepage: https://github.com/simplex-chat/simplex-chat#readme diff --git a/simplex-chat.cabal b/simplex-chat.cabal index 7945becde..d52e8014c 100644 --- a/simplex-chat.cabal +++ b/simplex-chat.cabal @@ -5,12 +5,12 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: simplex-chat -version: 5.3.0.2 +version: 5.3.0.4 category: Web, System, Services, Cryptography homepage: https://github.com/simplex-chat/simplex-chat#readme author: simplex.chat maintainer: chat@simplex.chat -copyright: 2020-22 simplex.chat +copyright: 2020-23 simplex.chat license: AGPL-3 license-file: LICENSE build-type: Simple