diff --git a/Makefile b/Makefile index 4a81f31..ffe3fde 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.2.0 +EXTVERSION = 0.3.0dev SED = sed @@ -17,6 +17,7 @@ UPGRADABLE = \ unpackaged \ 0.1.0 \ 0.1.1 \ + 0.2.0 \ 0.2.0dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS b/NEWS index cab3f59..35c78d5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.3.0dev - 2014-MM-DD +------------------ + 0.2.0 - 2014-06-09 ------------------