From 2a187c30edfd9e766c68f92de38bdde1039d00d2 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Mon, 24 Mar 2014 18:32:18 +0100 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5cb14a9..dcf8740 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "http://github.com/whiteout-io/mailbuilder.git" }, - "version": "0.0.1", + "version": "0.1.0", "licenses": [ { "type": "MIT", @@ -26,7 +26,7 @@ "test": "grunt" }, "dependencies": { - "mimelib": "https://github.com/whiteout-io/mimelib/tarball/amd" + "mimelib": "https://github.com/whiteout-io/mimelib/tarball/v0.3.0" }, "devDependencies": { "chai": "~1.8.1",