Skip to content

Commit

Permalink
Update META.json
Browse files Browse the repository at this point in the history
Prepare for 1.0.1 release.  Also it seems reasonable to recommend at least
9.6.5 PostgreSQL version.
  • Loading branch information
Alexander Korotkov committed Oct 28, 2017
1 parent f560d99 commit c3e948f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"Alexander Korotkov <[email protected]>",
Expand All @@ -17,15 +17,15 @@
"PostgreSQL": "9.4.0"
},
"recommends": {
"PostgreSQL": "9.4.0"
"PostgreSQL": "9.6.5"
}
}
},
"provides": {
"jsquery": {
"file": "sql/jsquery.sql",
"docfile": "README.md",
"version": "1.0.0",
"version": "1.0.1",
"abstract": "JSON query language with GIN indexing support"
}
},
Expand Down

0 comments on commit c3e948f

Please sign in to comment.