From 1c1ce07c048cfddacb23fea99f9bf4999bbcb9ae Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Sat, 13 Dec 2014 13:58:48 -0600 Subject: [PATCH] update to 1.3.1 --- README.md | 5 ++++- vv | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc51930..ceaf3b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Variable VVV - The Best VVV Site Wizard ██ ██ ██ ██ - ░██ ░██░██ ░██ Variable VVV 1.3.0 + ░██ ░██░██ ░██ Variable VVV 1.3.1 ░░██ ░██ ░░██ ░██ ░░████ ░░████ The easiest way to set up ░░██ ░░██ WordPress sites with VVV! @@ -174,6 +174,9 @@ Forked and based off of [vvv-site-wizard from Alison Barrett](https://github.com ## Change Log +#### 1.3.1 - *2014-12-13* #### + Fixes bug in site creation. + #### 1.3.0 - *2014-12-13* #### Adds sample content import to new site. Fixes bugs in site database creation. diff --git a/vv b/vv index b091eb3..82295bb 100755 --- a/vv +++ b/vv @@ -6,7 +6,7 @@ # Originally by Alison Barrett # https://github.com/bradp/vvv-site-wizard # -# Version 1.3.0 +# Version 1.3.1 # # 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.3.0 +version_number=1.3.1 normal=$(tput sgr0) bold=$(tput bold)