Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c3e948f

Browse filesBrowse 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
Copy full SHA for c3e948f

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎META.json

Copy file name to clipboardExpand all lines: META.json
+3-3Lines changed: 3 additions & 3 deletions
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 <teodor@sigaev.ru>",
88
"Alexander Korotkov <aekorotkov@gmail.com>",
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.