From 79b24ee9522e9cd28362ee29d06f9afc3f25dfb0 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Thu, 15 May 2014 16:28:33 +0200 Subject: [PATCH] use mailreader v0.3.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a36ab76..8c5f752 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/v0.1.1", "imap-client": "https://github.com/whiteout-io/imap-client/tarball/v0.3.1", - "mailreader": "https://github.com/whiteout-io/mailreader/tarball/v0.3.0", + "mailreader": "https://github.com/whiteout-io/mailreader/tarball/v0.3.1", "pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/v0.3.1", "pgpbuilder": "https://github.com/whiteout-io/pgpbuilder/tarball/v0.3.1", "requirejs": "2.1.10" @@ -36,4 +36,4 @@ "grunt-contrib-compress": "~0.5.2", "grunt-node-webkit-builder": "~0.1.17" } -} \ No newline at end of file +}