From 81435ce82270c60293c39a2de0c8efae2c36afc5 Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Sun, 14 Dec 2014 12:06:51 -0600 Subject: [PATCH] bump to 1.4.3 --- README.md | 5 ++++- vv | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fadd084..3d45566 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Variable VVV - The Best VVV Site Wizard ██ ██ ██ ██ - ░██ ░██░██ ░██ Variable VVV 1.4.2 + ░██ ░██░██ ░██ Variable VVV 1.4.3 ░░██ ░██ ░░██ ░██ ░░████ ░░████ The easiest way to set up ░░██ ░░██ WordPress sites with VVV! @@ -215,6 +215,9 @@ Forked and based off of [vvv-site-wizard from Alison Barrett](https://github.com ## Change Log +#### 1.4.3 - *2014-12-14* #### + Fix blueprint breaking site creation. + #### 1.4.2 - *2014-12-14* #### Fix extra info being output on all commands. diff --git a/vv b/vv index 15fdec9..758bce1 100755 --- a/vv +++ b/vv @@ -6,7 +6,7 @@ # Originally by Alison Barrett # https://github.com/bradp/vvv-site-wizard # -# Version 1.4.2 +# Version 1.4.3 # # This script automates the creation & deletion of new WordPress sites using # Varying Vagrant Vagrants (https://github.com/Varying-Vagrant-Vagrants/VVV). @@ -21,7 +21,7 @@ # # ============================================================================= -version_number=1.4.2 +version_number=1.4.3 normal=$(tput sgr0) bold=$(tput bold)