From 00852cb82859e9bc2029e137b626d0964cb0d4c9 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 6 Dec 2017 14:25:42 -0800 Subject: [PATCH] v1.0.41 Fix issue where 'upgrade to new version' dialog would not restart app on OSX (#1866) Note: The transition v1.0.40->v1.0.41 will still exhibit this problem. When v1.0.41 updates to the next release version, the behavior will be fixed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 593497507..0073d496b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "Signal", "description": "Private messaging from your desktop", "repository": "https://github.com/WhisperSystems/Signal-Desktop.git", - "version": "1.0.40", + "version": "1.0.41", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",