From 028ec73fa88d88c399d0f17c24a914dbd27363b2 Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Thu, 19 Mar 2015 08:42:28 -0500 Subject: [PATCH] 1.7.2 --- CHANGELOG.md | 5 +++++ vv | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d8f9b..2090207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Change Log +#### 1.7.1 - *2015-3-17* #### + * Fixed deployment creation bug where push.dir was not defined + * Created new blueprint structure + * Added new blueprint installation methods + #### 1.7.1 - *2015-3-17* #### * Fixed bug where default themes and plugins were sometimes removed when they shouldn't be. diff --git a/vv b/vv index 44fd922..2cdb04c 100755 --- a/vv +++ b/vv @@ -5,7 +5,7 @@ # By Brad Parbs # Originally by Alison Barrett # -# Version 1.7.1 +# Version 1.7.2 # # Varying Vagrant Vagrants (https://github.com/Varying-Vagrant-Vagrants/VVV). # @@ -35,7 +35,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.1.6.0 # -version_number=1.7.1 +version_number=1.7.2 if [[ ! -z $(which tput) ]]; then normal=$(tput sgr0)