From 2042c63c8647aecbbda91c92fdee44efa1228eea Mon Sep 17 00:00:00 2001 From: vms Date: Tue, 1 Jun 2021 17:48:09 +0300 Subject: [PATCH] bump minor version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56edd66..af154a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonpath_lib-fl" -version = "0.2.7" +version = "0.3.6" 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"