Skip to content

Commit

Permalink
Merge pull request #194 from manifoldco/install-v0.13.0
Browse files Browse the repository at this point in the history
Release v0.13.0
  • Loading branch information
enmand authored Dec 13, 2017
2 parents 176c9e7 + 19527e5 commit 9c69bd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## [0.13.0] - 2017-12-13

### Added

- GitHub identity -- register a new account, login to or link an existing account to GitHub
- GitHub identity -- update GitHub app ClientID
- GitHub identity -- Use GET for state polling
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
REPO="https://github.com/manifoldco/manifold-cli"

if [ -z "$MANIFOLD_VERSION" ]; then
MANIFOLD_VERSION="0.11.0"
MANIFOLD_VERSION="0.13.0"
fi

if [ -z "$MANIFOLD_DIR" ]; then
Expand Down

0 comments on commit 9c69bd4

Please sign in to comment.