Fixed version number
1.4 would have been good for me too... But semver requires 1.4.0
This commit is contained in:
parent
285675f836
commit
910d5fd86a
@ -2,11 +2,12 @@
|
|||||||
"name": "pg_repack",
|
"name": "pg_repack",
|
||||||
"abstract": "PostgreSQL module for data reorganization",
|
"abstract": "PostgreSQL module for data reorganization",
|
||||||
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
|
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
|
||||||
"version": "1.4",
|
"version": "1.4.0",
|
||||||
"maintainer": [
|
"maintainer": [
|
||||||
|
"Beena Emerson <memissemerson@gmail.com>",
|
||||||
"Josh Kupershmidt <schmiddy@gmail.com>",
|
"Josh Kupershmidt <schmiddy@gmail.com>",
|
||||||
"Daniele Varrazzo <daniele.varrazzo@gmail.com>",
|
"Masahiko Sawada <sawada.mshk@gmail.com>",
|
||||||
"Beena Emerson <memissemerson@gmail.com>"
|
"Daniele Varrazzo <daniele.varrazzo@gmail.com>"
|
||||||
],
|
],
|
||||||
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
|
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
@ -14,7 +15,7 @@
|
|||||||
"provides": {
|
"provides": {
|
||||||
"pg_repack": {
|
"pg_repack": {
|
||||||
"file": "lib/pg_repack.sql",
|
"file": "lib/pg_repack.sql",
|
||||||
"version": "1.4",
|
"version": "1.4.0",
|
||||||
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
|
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user