From cbd917a2d9c46ed93e65ff23481ad77ac8429ab6 Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Mon, 15 Dec 2014 13:45:48 -0600 Subject: [PATCH] 1.4.5 --- README.md | 5 ++++- vv | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca1fac4..eb869da 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Variable VVV - The Best VVV Site Wizard ██ ██ ██ ██ - ░██ ░██░██ ░██ Variable VVV 1.4.4 + ░██ ░██░██ ░██ Variable VVV 1.4.5 ░░██ ░██ ░░██ ░██ ░░████ ░░████ The easiest way to set up ░░██ ░░██ WordPress sites with VVV! @@ -219,6 +219,9 @@ Forked and based off of [vvv-site-wizard from Alison Barrett](https://github.com ## Change Log +#### 1.4.5 - *2014-12-15* #### + Fixes deployment setup + #### 1.4.4 - *2014-12-15* #### Exclude wp-config.php when doing a deployment update readme to clarify git repo usage diff --git a/vv b/vv index b872521..1cf6593 100755 --- a/vv +++ b/vv @@ -6,7 +6,7 @@ # Originally by Alison Barrett # https://github.com/bradp/vvv-site-wizard # -# Version 1.4.4 +# Version 1.4.5 # # 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.4 +version_number=1.4.5 normal=$(tput sgr0) bold=$(tput bold)