From c3e948f490911153ce928675b2c1d38cb783fa64 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Sat, 28 Oct 2017 15:20:16 +0300 Subject: [PATCH] Update META.json Prepare for 1.0.1 release. Also it seems reasonable to recommend at least 9.6.5 PostgreSQL version. --- META.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/META.json b/META.json index 35ba35f..694210c 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "JsQuery", "abstract": "JSON Query Language with GIN indexing support", "description": "JsQuery provides additional functionality for JSONB, such as a simple and effective way to search in nested objects and arrays, and more comparison operators with index support. It does this by implementing a specialized search syntax, the @@ operator, and the jsquery type for search strings.", - "version": "1.0.0", + "version": "1.0.1", "maintainer": [ "Teodor Sigaev ", "Alexander Korotkov ", @@ -17,7 +17,7 @@ "PostgreSQL": "9.4.0" }, "recommends": { - "PostgreSQL": "9.4.0" + "PostgreSQL": "9.6.5" } } }, @@ -25,7 +25,7 @@ "jsquery": { "file": "sql/jsquery.sql", "docfile": "README.md", - "version": "1.0.0", + "version": "1.0.1", "abstract": "JSON query language with GIN indexing support" } },