From dc4eff3a7209370fa1e2cb52bf0298b8cf33c96e Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 25 Oct 2017 18:00:00 +0800 Subject: [PATCH] version up --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa7e00f..8722ef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seenreq", - "version": "0.1.13", + "version": "0.1.14", "description": "A library to test if a url(request) is crawled, usually used in a web crawler. Compatible with `request` and `node-crawler`", "main": "./lib/seenreq.js", "scripts": {