From 765f04ce5dc8aa3d9a76d6355bc3d581e5803a49 Mon Sep 17 00:00:00 2001 From: freestrings Date: Wed, 15 May 2019 14:06:32 +0900 Subject: [PATCH] jsonpath-rs version up 0.1.10 --- nodejs/README.md | 5 +++-- nodejs/package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/nodejs/README.md b/nodejs/README.md index 0fe61df..111460e 100644 --- a/nodejs/README.md +++ b/nodejs/README.md @@ -10,8 +10,9 @@ Pre-built 바이너리는 제공하진 않고 소스를 컴파일해서 설치 Build from source instead of using pre-built binary, and if Rust is not installed, the latest version is automatically installed. -> Not yet tested in Windows -> Supported node version is under v12.0 +> Not yet tested in Windows. + +> Supported node version is under v12.0. ## APIs diff --git a/nodejs/package.json b/nodejs/package.json index c4be664..2f3592a 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "jsonpath-rs", - "version": "0.1.9", + "version": "0.1.10", "description": "It is JsonPath implementation. The core implementation is written in Rust", "author": "Changseok Han ", "license": "MIT",