From e66cdf86e4fe07d2d541f390f1cc61381b803105 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 28 Feb 2018 17:38:48 -0800 Subject: [PATCH] v1.5.1 Fixed: In some cases contact/group syncs would turn off disappearing messages in all conversations (#2086) Fixed: On initial setup, conversations with disappearing messages enabled would be at the top of the conversation list (#2084) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 102c854d1..af82f92bb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "Signal", "description": "Private messaging from your desktop", "repository": "https://github.com/signalapp/Signal-Desktop.git", - "version": "1.5.0", + "version": "1.5.1", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",