From b0bf66cc367d26fe37a3a4a423f210b2962faaa4 Mon Sep 17 00:00:00 2001 From: Joshua Harms Date: Sat, 24 Jun 2017 13:07:20 -0500 Subject: [PATCH] 2.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2132cff..3779190 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davenport", - "version": "2.5.0", + "version": "2.5.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",