From d8e0a489b2b4cdaa1c46d3486b9f513714b6db70 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 10 May 2018 18:07:50 -0700 Subject: [PATCH] v1.11.0-beta.2 Notification Improvements (#2364) - Fixed: The change for production didn't full make it into v1.11.0-beta.1 - this change restores the code which removes the old notification when we add a new one - Fixed: Notifications could be orphaned in notification center if they were added/removed quickly - Fixed: Notifications weren't removed properly when read on a linked device Dev: Better logging when we receive a read sync from a linked device (#2364) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44889cd50..4d0046e3e 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.11.0-beta.1", + "version": "1.11.0-beta.2", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",