bump(version): 1.0.48

This commit is contained in:
Nylas Coffee Machine 2017-03-27 00:04:26 -07:00
parent 11aa686809
commit 8a3e47df4e
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Nylas Mail Changelog
### 1.0.48 (3/27/2017)
+ [client-app] Reindex threads when they're updated
+ [client-app] Fix in identity store
+ [client-app] Don't try to restart sync on every IdentityStore change
+ [client-app] Correctly remove inline images with x button
### 1.0.47 (3/23/2017)
- Fixes:

View file

@ -1,7 +1,7 @@
{
"name": "nylas-mail",
"productName": "Nylas Mail",
"version": "1.0.47",
"version": "1.0.48",
"description": "The best email app for people and teams at work",
"license": "GPL-3.0",
"main": "./src/browser/main.js",