From fe659b0e4ad6945d3828861404a415e43bd984d4 Mon Sep 17 00:00:00 2001 From: Josh Kupershmidt Date: Sat, 7 May 2016 09:44:26 -0400 Subject: [PATCH] Version bump for 1.3.4 --- META.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/META.json b/META.json index 76469dc..e6427b4 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.3", + "version": "1.3.4", "maintainer": [ "Josh Kupershmidt ", "Daniele Varrazzo ", @@ -14,7 +14,7 @@ "provides": { "pg_repack": { "file": "lib/pg_repack.sql", - "version": "1.3.3", + "version": "1.3.4", "abstract": "Reorganize tables in PostgreSQL databases with minimal locks" } },