From 95c9d0f837a2c3c48c925c8323d8fd2bcf45b1ed Mon Sep 17 00:00:00 2001 From: freestrings Date: Fri, 5 Apr 2019 13:27:02 +0900 Subject: [PATCH] Bump up nodejs 0.1.6 - update README --- nodejs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/package.json b/nodejs/package.json index f7342a1..61a8505 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "jsonpath-rs", - "version": "0.1.5", + "version": "0.1.6", "description": "It is JsonPath implementation. The core implementation is written in Rust", "author": "Changseok Han ", "license": "MIT",