Bump up 0.24

This commit is contained in:
freestrings 2020-02-14 21:08:27 +09:00
parent 3b4d2b4ffc
commit 844a96b2d1

View File

@ -1,6 +1,6 @@
[package] [package]
name = "jsonpath_lib" name = "jsonpath_lib"
version = "0.2.3" version = "0.2.4"
authors = ["Changseok Han <freestrings@gmail.com>"] authors = ["Changseok Han <freestrings@gmail.com>"]
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" 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"] keywords = ["jsonpath", "json", "webassembly", "nodejs", "query"]
repository = "https://github.com/freestrings/jsonpath" 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" license = "MIT"
categories = ["parsing"] categories = ["parsing"]