From dfac3c0c2a5b2249a18ed5ec7fd21800f2962056 Mon Sep 17 00:00:00 2001 From: "Johannes J. Schmidt" Date: Mon, 24 Mar 2014 11:22:59 +0100 Subject: [PATCH] fix couchmagick-stream versaion interpolation --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c40f7ec..41be2a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "couchmagick", - "version": "1.6.4", + "version": "1.6.5", "description": "Run ImageMagicks `convert` on CouchDB documents.", "main": "index.js", "preferGlobal": true, @@ -28,7 +28,7 @@ "homepage": "https://github.com/jo/couchmagick", "dependencies": { "async": "~0.2.9", - "couchmagick-listen": "~1.5.5", + "couchmagick-listen": "~1.5.6", "couch-daemon": "~1.2.1", "nano": "~4.2.1" },