From 656308f6e9a2b9ed909d8c6e69a1bd83cf4e3a13 Mon Sep 17 00:00:00 2001 From: Joshua Harms Date: Mon, 28 Aug 2017 10:48:57 -0500 Subject: [PATCH] 2.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9634fac..aec5376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davenport", - "version": "2.7.0", + "version": "2.7.1", "description": "A CouchDB client for simplifying common tasks like get, list, create, update and delete. Comes complete with full TypeScript definitions.", "main": "bin/index.js", "typings": "bin/index.d.ts",