From 3c593e8128e7a64efaa537ab5986d6048fc67b96 Mon Sep 17 00:00:00 2001 From: Joshua Harms Date: Thu, 31 Aug 2017 18:26:19 -0500 Subject: [PATCH] 2.7.0-beta1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c7cc7a..6ddc991 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davenport", - "version": "2.6.0", + "version": "2.7.0-beta1", "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",