Skip to content

Commit 656ddcc

Browse files
committed
Bump version to 1.1.1
1 parent c0df98b commit 656ddcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

META.json

+5-5
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.1",
5+
"version": "1.1.1",
66
"maintainer": [
77
"Teodor Sigaev <teodor@sigaev.ru>",
88
"Alexander Korotkov <aekorotkov@gmail.com>",
@@ -14,18 +14,18 @@
1414
"prereqs": {
1515
"runtime": {
1616
"requires": {
17-
"PostgreSQL": "9.4.0"
17+
"PostgreSQL": "9.4"
1818
},
1919
"recommends": {
20-
"PostgreSQL": "9.6.5"
20+
"PostgreSQL": "10.0"
2121
}
2222
}
2323
},
2424
"provides": {
2525
"jsquery": {
2626
"file": "sql/jsquery.sql",
2727
"docfile": "README.md",
28-
"version": "1.0.1",
28+
"version": "1.1.1",
2929
"abstract": "JSON query language with GIN indexing support"
3030
}
3131
},
@@ -42,7 +42,7 @@
4242
},
4343
"generated_by": "Josh Berkus",
4444
"meta-spec": {
45-
"version": "1.0.0",
45+
"version": "1.1.1",
4646
"url": "http://pgxn.org/meta/spec.txt"
4747
},
4848
"tags": [

0 commit comments

Comments
 (0)