Skip to content

Commit

Permalink
v0.9.2 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-speed committed Oct 30, 2017
1 parent c09c2e7 commit e5bb309
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### Added

### Fixed

## [0.9.2] - 2017-10-30

### Added
- Support for creating and viewing resources from unlisted plans

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
REPO="https://github.com/manifoldco/manifold-cli"

if [ -z "$MANIFOLD_VERSION" ]; then
MANIFOLD_VERSION="0.9.1"
MANIFOLD_VERSION="0.9.2"
fi

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

0 comments on commit e5bb309

Please sign in to comment.