Release number bumped to 1.3.1

To be tested with older pg versions now.
This commit is contained in:
Daniele Varrazzo 2015-03-10 15:23:10 +00:00
parent 4065470982
commit 19d85eb997

View File

@ -2,7 +2,7 @@
"name": "pg_repack",
"abstract": "PostgreSQL module for data reorganization",
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
"version": "1.3.1-pg94",
"version": "1.3.1",
"maintainer": [
"Josh Kupershmidt <schmiddy@gmail.com>",
"Daniele Varrazzo <daniele.varrazzo@gmail.com>",
@ -14,7 +14,7 @@
"provides": {
"pg_repack": {
"file": "lib/pg_repack.sql",
"version": "1.3.1-pg94",
"version": "1.3.1",
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
}
},