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"]