diff --git a/bin/Info.re b/bin/Info.re index 60d3f04..8130cdd 100644 --- a/bin/Info.re +++ b/bin/Info.re @@ -1,4 +1,4 @@ -let version = "0.2.5"; +let version = "0.2.6"; let description = "query-json is a faster and simpler re-implementation of jq in Reason Native, available under 'q'"; let repo = "https://github.com/davesnx/query-json"; diff --git a/esy.json b/esy.json index 2d0e383..580aceb 100644 --- a/esy.json +++ b/esy.json @@ -1,6 +1,6 @@ { "name": "@davesnx/query-json", - "version": "0.2.5", + "version": "0.2.6", "description": "faster and simpler re-implementation of jq in Reason Native", "author": "davesnx ", "license": "MIT",