From 9b8cc6b91c63feb8bd72bd63832a1192e76a7713 Mon Sep 17 00:00:00 2001 From: Gregor Date: Mon, 12 Sep 2016 15:18:07 -0700 Subject: [PATCH] 2.0.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8861131..f070bb4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express-pouchdb", "description": "Express submodule with a CouchDB style REST interface to PouchDB.", - "version": "1.0.7", + "version": "2.0.0", "homepage": "https://github.com/pouchdb/express-pouchdb", "author": { "name": "Nick Thompson",