From d0396658332c1e77e5626649c58e20d7dae34a11 Mon Sep 17 00:00:00 2001 From: Joel Braga Date: Mon, 16 Nov 2015 15:40:19 +0000 Subject: [PATCH] (package): Version 1.1.6 Update Couchbase --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c682afc..49bdb09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "couchbaselib", - "version": "1.1.5", + "version": "1.1.6", "description": "couchbase node js", "main": "index.js", "scripts": { @@ -11,7 +11,7 @@ }, "license": "ISC", "dependencies": { - "couchbase": "2.1.0", + "couchbase": "2.1.2", "uuid": "^2.0.1", "async": "^1.1.0", "jjv": "^1.0.2"