Skip to content

Commit 725c1dc

Browse files
author
Sara McCutcheon
committed
Updating to version 0.13.2
1 parent cf0b87d commit 725c1dc

File tree

11 files changed

+558
-784
lines changed

11 files changed

+558
-784
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Change Log
22
All notable changes to this project starting with the 0.6.0 release will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
## MASTER
4+
## [0.13.2] - 2016-09-26
55
### Fixed
66
- Fixed apply upstream updates. (#1233)
77
- Fixed `site upstream-info`. (#1224)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Once you have at least the requirements installed, you can install Terminus via
3232

3333
Run this in this in your terminal client:
3434
```bash
35-
curl https://github.com/pantheon-systems/terminus/releases/download/0.13.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
35+
curl https://github.com/pantheon-systems/terminus/releases/download/0.13.2/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
3636
```
3737

3838
####Installing with Composer

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"minimum-stability": "beta",
1111
"require": {
1212
"php": ">=5.5.9",
13-
"consolidation/robo": "dev-master",
1413
"guzzlehttp/guzzle": "^6.2",
1514
"katzgrau/klogger": "^1.2",
1615
"psy/psysh": "^0.7",

0 commit comments

Comments
 (0)