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",