bump(version): 0.4.43 beta

This commit is contained in:
Ben Gotow 2016-06-07 14:17:26 -07:00
parent c35e9a564d
commit 2b24603a95

View file

@ -1,7 +1,7 @@
{ {
"name": "nylas", "name": "nylas",
"productName": "Nylas N1", "productName": "Nylas N1",
"version": "0.4.42", "version": "0.4.43",
"description": "An extensible, open-source mail client built on the modern web.", "description": "An extensible, open-source mail client built on the modern web.",
"main": "./src/browser/main.js", "main": "./src/browser/main.js",
"repository": { "repository": {
@ -80,7 +80,6 @@
"windows-shortcuts": "emorikawa/windows-shortcuts#b0a0fc7" "windows-shortcuts": "emorikawa/windows-shortcuts#b0a0fc7"
}, },
"packageDependencies": {}, "packageDependencies": {},
"private": true,
"scripts": { "scripts": {
"test": "./N1.sh --test" "test": "./N1.sh --test"
} }