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",