diff --git a/META.json b/META.json index 3741e1e..76469dc 100644 --- a/META.json +++ b/META.json @@ -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.2", + "version": "1.3.3", "maintainer": [ "Josh Kupershmidt ", "Daniele Varrazzo ", @@ -14,7 +14,7 @@ "provides": { "pg_repack": { "file": "lib/pg_repack.sql", - "version": "1.3.2", + "version": "1.3.3", "abstract": "Reorganize tables in PostgreSQL databases with minimal locks" } },