From c4f5d3146e09c65c77bf1f6913c916089d0a261f Mon Sep 17 00:00:00 2001 From: f3ath Date: Sat, 5 Sep 2020 20:59:12 -0700 Subject: [PATCH] Update package description --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c76abee..90d7084 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: json_path -version: 0.1.1 -description: JSONPath for Dart. JSONPath is XPath for JSON. It is a path in a JSON document. +version: 0.1.1+1 +description: Implementation of JSONPath expressions like "$.store.book[2].price". Can read and set values in parsed JSON objects. homepage: "https://github.com/f3ath/jessie" dev_dependencies: