From ca8959f07dec785a10ad07c9b957e57cc6b2c36a Mon Sep 17 00:00:00 2001 From: "Johannes J. Schmidt" Date: Tue, 10 Jun 2014 11:34:31 +0200 Subject: [PATCH] update couch-daemon --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cbd230f..84d5c7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "couchmagick", - "version": "2.2.0", + "version": "2.2.1", "description": "Couchmagick runs ImageMagicks `convert` on CouchDB documents.", "main": "index.js", "preferGlobal": true, @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/jo/couchmagick", "dependencies": { - "couch-daemon": "^1.4.0", + "couch-daemon": "^1.4.1", "strformat": "0.0.3", "docuri": "^1.1.0", "async": "^0.9.0",