From 567ad232a658582bb77bdee7b384745bce32abab Mon Sep 17 00:00:00 2001 From: freestrings Date: Sun, 17 Mar 2019 18:27:47 +0900 Subject: [PATCH] version up 0.1.4 - Value -> &Value --- Cargo.toml | 2 +- README.md | 2 ++ wasm/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af1cabc..8e4bf32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonpath_lib" -version = "0.1.3" +version = "0.1.4" authors = ["Changseok Han "] description = "JsonPath in Rust and Webassembly - Webassembly Demo: https://freestrings.github.io/jsonpath" diff --git a/README.md b/README.md index b87f522..18ecf61 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ It is an implementation of the `Rust` version [JsonPath] (https://goessner.net/articles/JsonPath/). `Webassembly` and` Javascript` also provide the same API interface. +## [Webassembly Demo](https://freestrings.github.io/jsonpath/) + ## 왜? To enjoy Rust! diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index bfea118..8a606db 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonpath-wasm" -version = "0.1.3" +version = "0.1.4" authors = ["Changseok Han "] description = "JsonPath Webassembly version compiled by Rust - Demo: https://freestrings.github.io/jsonpath" keywords = ["library", "jsonpath", "json", "webassembly"]