Skip to content

Commit

Permalink
Merge pull request #1215 from pantheon-systems/cut_0.13.1
Browse files Browse the repository at this point in the history
Update to v0.13.1
  • Loading branch information
bensheldon authored Sep 19, 2016
2 parents f108743 + d6fb403 commit 4aa5a66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#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)

## [0.13.1] - 2016-09-19
## Changed
- Fixed ability to use `composer require pantheon-systems/terminus:VERSION` (#1209)

## [0.13.0] - 2016-09-15
### Added
- New rocket art available using `art rocket`. (#1148)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ composer require pantheon-systems/terminus

Run this in this in your terminal client:
```bash
curl https://github.com/pantheon-systems/terminus/releases/download/0.13.0/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.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
```

####Installing with [Homebrew](http://brew.sh/)(for Macs)
Expand Down
2 changes: 1 addition & 1 deletion config/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---

# App
TERMINUS_VERSION: '0.13.0'
TERMINUS_VERSION: '0.13.1'

# Connectivity
TERMINUS_HOST: 'terminus.pantheon.io'
Expand Down

0 comments on commit 4aa5a66

Please sign in to comment.