From 844a96b2d18c5fa4d77e544ca85517d2d1632a70 Mon Sep 17 00:00:00 2001 From: freestrings Date: Fri, 14 Feb 2020 21:08:27 +0900 Subject: [PATCH] Bump up 0.24 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc8fa27..cd2761d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonpath_lib" -version = "0.2.3" +version = "0.2.4" authors = ["Changseok Han "] description = "It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath" @@ -9,7 +9,7 @@ readme = "README.md" keywords = ["jsonpath", "json", "webassembly", "nodejs", "query"] repository = "https://github.com/freestrings/jsonpath" -documentation = "https://docs.rs/jsonpath_lib/0.1.0/jsonpath_lib" +documentation = "https://docs.rs/jsonpath_lib/0.2.4/jsonpath_lib" license = "MIT" categories = ["parsing"]