From a67f32400155ca0e438d2563b08e6e2969cdb60b Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Fri, 1 Aug 2014 18:21:48 +0200 Subject: [PATCH] Release 0.3.4 version --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04cda41..2beaa20 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.3.3 +EXTVERSION = 0.3.4 SED = sed @@ -23,6 +23,7 @@ UPGRADABLE = \ 0.3.0dev \ 0.3.1 \ 0.3.2 \ + 0.3.3 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END)