Skip to content

Commit

Permalink
Updating to version 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara McCutcheon committed Sep 26, 2016
1 parent cf0b87d commit 725c1dc
Show file tree
Hide file tree
Showing 11 changed files with 558 additions and 784 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Change Log
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)

## MASTER
## [0.13.2] - 2016-09-26
### Fixed
- Fixed apply upstream updates. (#1233)
- Fixed `site upstream-info`. (#1224)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Once you have at least the requirements installed, you can install Terminus via

Run this in this in your terminal client:
```bash
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
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
```

####Installing with Composer
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"minimum-stability": "beta",
"require": {
"php": ">=5.5.9",
"consolidation/robo": "dev-master",
"guzzlehttp/guzzle": "^6.2",
"katzgrau/klogger": "^1.2",
"psy/psysh": "^0.7",
Expand Down
Loading

0 comments on commit 725c1dc

Please sign in to comment.