From 1d30b9775dbcb83cf53b9ccc230a9d764a67cf13 Mon Sep 17 00:00:00 2001 From: freestrings Date: Thu, 4 Apr 2019 17:25:32 +0900 Subject: [PATCH] Bump up 0.1.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f079118..a65561f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonpath_lib" -version = "0.1.7" +version = "0.1.8" authors = ["Changseok Han "] description = "JsonPath in Rust and Webassembly - Webassembly Demo: https://freestrings.github.io/jsonpath"