From f82a93dbcf7c3a7ad8afac2f74ceca273ed3c5f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 08:27:53 +0000 Subject: [PATCH] simplex-chat: Update to version 1.1.0 --- bucket/simplex-chat.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/simplex-chat.json b/bucket/simplex-chat.json index 44f7059f17..b81412b75c 100644 --- a/bucket/simplex-chat.json +++ b/bucket/simplex-chat.json @@ -1,12 +1,12 @@ { - "version": "1.0.0", + "version": "1.1.0", "description": "Private and secure chat and applications platform", "homepage": "https://simplex.chat", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/simplex-chat/simplex-chat/releases/download/v1.0.0/simplex-chat-windows-x86-64#/simplex-chat.exe", - "hash": "34CD17B6DCCAEE7964C071DBA83222E1BD90EB1580FA46D857D7A80587033E03" + "url": "https://github.com/simplex-chat/simplex-chat/releases/download/v1.1.0/simplex-chat-windows-x86-64#/simplex-chat.exe", + "hash": "ddf43eb52f28c83a92e811be376567fb03a38f16332a8508af944fcf7246248d" } }, "bin": "simplex-chat.exe", @@ -17,7 +17,7 @@ "autoupdate": { "architecture": { "64bit": { - "url" : "https://github.com/simplex-chat/simplex-chat/releases/download/v$version/simplex-chat-windows-x86-64#/simplex-chat.exe" + "url": "https://github.com/simplex-chat/simplex-chat/releases/download/v$version/simplex-chat-windows-x86-64#/simplex-chat.exe" } } }