From 162aab8d37c1388cbc24af09eb4e51d2b7276479 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 14 Jul 2015 12:27:17 -0700 Subject: [PATCH] bump(version): 0.1.9 New In This Release: - Reply/Reply-All keyboard shortcuts now update existing draft rather than creating another new one. - Extensions can adjust new drafts before they're displayed - Signatures extension! (signatures still need to be setup manually) - Pristine drafts are discarded correctly when you leave a thread in two-pane mode - Fix for "destroy draft" task failing - Fix for "double sending" issue - Upgrade to Electron 0.29.2 - New "Show / hide quoted text" control - Bug fixes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f5df0126..1b013f8e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas", - "version": "0.1.8", + "version": "0.1.9", "description": "An email OS", "main": "./src/browser/main.js", "repository": {