From bc981e16011c385ae1d0bff71849dca12a747df0 Mon Sep 17 00:00:00 2001 From: Greg Elin Date: Wed, 28 Oct 2015 13:23:10 -0400 Subject: [PATCH 1/2] Update path to shell scripts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c6648b..4ab69f0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Make sure to stop all VirtualBox VMs prior to performing updates. Prerequisites are installed using **brew/cask** (brew and cask will be installed if missing). - bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/presetup-mac.sh) + bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/scripts/presetup-mac.sh) **Windows** @@ -34,7 +34,7 @@ Prerequisites are installed using **babun** and **chocolatey** (chocolatey will 2. Run the following in babun ``` - bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/presetup-win.sh) + bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/scripts/presetup-win.sh) ``` @@ -44,7 +44,7 @@ Prerequisites are installed using **babun** and **chocolatey** (chocolatey will Run the following command within your `` (shared boo2docker VM for multiple projects, recommended) or `` (dedicated boot2docker VM) directory: - bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/setup.sh) + bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/scripts/setup.sh) ### Manual installation (Mac and Windows) From 11867b28240c0b2901f18f5e0db24446f5c6c20a Mon Sep 17 00:00:00 2001 From: Leonid Makarov Date: Wed, 28 Oct 2015 16:10:45 -0400 Subject: [PATCH 2/2] Bump to v1.2.1 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfceaff..c6629e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.2.1 (2015-10-28) + +- Update path to shell scripts in README.md + ## 1.2.0 (2015-10-26) - Switched to new base box version 1.8.3 diff --git a/VERSION b/VERSION index 26aaba0..6085e94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1