From 33f5a804fe4397351d042fa65e0acf268f3c16e2 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 22 Sep 2017 12:05:50 -0700 Subject: [PATCH] v1.0.26 Fix extended periods of not receiving messages on Linux (#1497) Fix crash on non-file drag/drop events (#1498) Dev: - yarn install now builds electron dependencies automatically (#1491) - Docs are refreshed for the new world of Electron (#1491) - Update our release scripts to match changes in electron-builder (#1484) - Additional logging when we can't decrypt a user's profile (#1483) - Remove images/emoji directory (#1485) FREEBIE --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71a875a4a..bb64a7d7e 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.25", + "version": "1.0.26", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",