From 3a334f3d8daf88d49e8f609689831234830535d8 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 1 Mar 2018 14:56:17 -0800 Subject: [PATCH] v1.6.0-beta.1 Note: This release is equivalent to v1.5.2 Fixed: If interrupted in the middle of an import, next registration would leave that imported data in the database (#2072) Fixed: In some cases on OSX, View menu would not have Debug Log option (#2089) Fixed: In import/registration flow, choosing View -> Debug Log would do nothing (#2089) 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 fb5ba745a3..e072a61ab2 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.2", + "version": "1.6.0-beta.1", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",