From 2adc53a58859414dafcb8ad5f57d2e8c66d9b924 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 1 Sep 2017 10:38:30 -0700 Subject: [PATCH] v0.43.2 Fix problems with updating contact information (#1419) Performance/reliability: Fetch conversations from DB only once (#1420) Export bug-fixes (still behind a flag) - Properly generate directory names for nameless groups (#1421) - Remove " as one of the allowed characters in filenames FREEBIE --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3f03b5a922..51a211ec59 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Signal Private Messenger", "short_name": "Signal", "description": "__MSG_installTagline__", - "version": "0.43.1", + "version": "0.43.2", "offline_enabled": false, "minimum_chrome_version": "37", "default_locale": "en",