diff --git a/app/package.json b/app/package.json index 59e1aa1c..aa126d70 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "Rambox", "productName": "Rambox", - "version": "0.2.1", + "version": "0.2.2", "description": "Free and Open Source messaging and emailing app that combines common web applications into one.", "main": "electron/main.js", "private": true, @@ -25,6 +25,6 @@ "author": "Ramiro Saenz", "license": "MIT", "dependencies": { - "electron-squirrel-startup": "^1.0.0" + } }