Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Mar 19, 2015
1 parent 3909329 commit 028ec73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

#### 1.7.1 - *2015-3-17* ####
* Fixed deployment creation bug where push.dir was not defined
* Created new blueprint structure
* Added new blueprint installation methods

#### 1.7.1 - *2015-3-17* ####
* Fixed bug where default themes and plugins were sometimes removed when they shouldn't be.

Expand Down
4 changes: 2 additions & 2 deletions vv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# By Brad Parbs <[email protected]>
# Originally by Alison Barrett <[email protected]>
#
# Version 1.7.1
# Version 1.7.2
#
# Varying Vagrant Vagrants (https://github.com/Varying-Vagrant-Vagrants/VVV).
#
Expand Down Expand Up @@ -35,7 +35,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.1.6.0
#
version_number=1.7.1
version_number=1.7.2

if [[ ! -z $(which tput) ]]; then
normal=$(tput sgr0)
Expand Down

0 comments on commit 028ec73

Please sign in to comment.