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)