diff --git a/LICENSE b/LICENSE index c933c439..35380543 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,5 @@ +GPL-3.0 + Boostnote - the simplest note app Copyright (C) 2016 MAISIN&CO. diff --git a/package.json b/package.json index 2b56afcd..41b486ee 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "PWD=$(pwd) NODE_ENV=test ava" }, "config": { - "electron-version": "1.2.8" + "electron-version": "1.3.6" }, "repository": { "type": "git", @@ -78,7 +78,7 @@ "devtron": "^1.1.0", "dom-storage": "^2.0.2", "electron-packager": "^6.0.0", - "electron-prebuilt": "^1.2.8", + "electron-prebuilt": "^1.3.6", "faker": "^3.1.0", "grunt": "^0.4.5", "grunt-electron-installer": "^1.2.0",