Skip to content

Commit c3e948f

Browse files
author
Alexander Korotkov
committed
Update META.json
Prepare for 1.0.1 release. Also it seems reasonable to recommend at least 9.6.5 PostgreSQL version.
1 parent f560d99 commit c3e948f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

META.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "JsQuery",
33
"abstract": "JSON Query Language with GIN indexing support",
44
"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.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"maintainer": [
77
"Teodor Sigaev <[email protected]>",
88
"Alexander Korotkov <[email protected]>",
@@ -17,15 +17,15 @@
1717
"PostgreSQL": "9.4.0"
1818
},
1919
"recommends": {
20-
"PostgreSQL": "9.4.0"
20+
"PostgreSQL": "9.6.5"
2121
}
2222
}
2323
},
2424
"provides": {
2525
"jsquery": {
2626
"file": "sql/jsquery.sql",
2727
"docfile": "README.md",
28-
"version": "1.0.0",
28+
"version": "1.0.1",
2929
"abstract": "JSON query language with GIN indexing support"
3030
}
3131
},

0 commit comments

Comments
 (0)