diff --git a/.gitignore b/.gitignore index 2432776..6fbd7a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ config.json *.log node_modules +.tmp diff --git a/package.json b/package.json index d927582..86b76ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mailhops-imap-listener", - "version": "1.0.2", + "version": "1.0.3", "description": "A nodejs app for using MailHops API to test and monitor your IMAP account.", "main": "./index.js", "scripts": { @@ -22,7 +22,7 @@ "chalk": "^1.1.3", "log-update": "^1.0.2", "mail-listener2": "^0.2.0", - "mailhops": "^2.0.3", + "mailhops": "^2.0.5", "node-notifier": "^4.6.1", "slack-node": "^0.1.8" }