From ae75390acc32d51d4d3fd5ecf68f9fccd6117703 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 22 Feb 2018 11:40:25 -0800 Subject: [PATCH] v1.5.0-beta.1 New design for import and install flows (#2053) Support for 'light' imports, which bring just messages, contacts and groups (#2053) Fix: If app started offline, conversations would not open (#2064) Fix: Attached images would sometimes show up rotated improperly (#2040) Fix: Uncaught Exception: TypeError; 'getSize' (#2061) Fix: File paths with special characters could be shown in misleading way Dev: - Move ESLint environment configuration into `.eslintrc` (#2051) - Sync Protocol Buffers with `libsignal-service-java` (#2046) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4278d909..440617cf8 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.4.0-beta.1", + "version": "1.5.0-beta.1", "license": "GPL-3.0", "author": { "name": "Open Whisper Systems",