diff --git a/README.md b/README.md index 29879ad..fcf077f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Variable VVV - The Best VVV Site Wizard ██ ██ ██ ██ - ░██ ░██░██ ░██ Variable VVV 1.4.0 + ░██ ░██░██ ░██ Variable VVV 1.4.1 ░░██ ░██ ░░██ ░██ ░░████ ░░████ The easiest way to set up ░░██ ░░██ WordPress sites with VVV! @@ -212,6 +212,10 @@ Forked and based off of [vvv-site-wizard from Alison Barrett](https://github.com ## Change Log +#### 1.4.1 - *2014-12-14* #### + Fix issue with update procedure when installed with brew. + Added flag to force update. + #### 1.4.0 - *2014-12-14* #### Adds blueprints for site creation. diff --git a/vv b/vv index dbfc493..2ef4131 100755 --- a/vv +++ b/vv @@ -6,7 +6,7 @@ # Originally by Alison Barrett # https://github.com/bradp/vvv-site-wizard # -# Version 1.4.0 +# Version 1.4.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.4.0 +version_number=1.4.1 normal=$(tput sgr0) bold=$(tput bold)