From 5d956f152196338c8f815e23492d19fa64bb3881 Mon Sep 17 00:00:00 2001 From: Nicolas Embleton Date: Wed, 3 May 2017 20:18:35 +0700 Subject: [PATCH] Bump to 0.7.0 Bump the version to a new branch so we can test before releasing. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71171d23..1e1c776d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "name": "solr-client", "main": "./main", "description": " A Solr client library for indexing, adding, deleting, committing, optimizing and searching documents within an Apache Solr installation (version>=3.2)", - "version": "0.6.1", + "version": "0.7.0", "repository": { "type": "git", "url": "https://github.com/lbdremy/solr-node-client"