From 1b5fd1ae702331ef735c3d04bf7c65f69959b57f Mon Sep 17 00:00:00 2001 From: Josh Kupershmidt Date: Sun, 7 Feb 2016 17:58:18 -0500 Subject: [PATCH] Bump version to 1.3.3 --- META.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } },