Skip to content

Commit

Permalink
Bump version 0.3.1
Browse files Browse the repository at this point in the history
* bumps version to 0.3.1

* updates README
  • Loading branch information
samueleaton authored Jan 24, 2019
1 parent 6fbc93f commit 5e0cbde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This will install the Sentry CLI tool. To use the Crystal API, see [CRYSTAL_API.
<img width="450" title="sentry" alt="sentry" src="https://raw.githubusercontent.com/samueleaton/design/master/sentry.gif" />
</p>

**Troubleshooting the install:** This ruby install script is just a convenience. If it does not work, simply: (1) place the files located in the `src` dir into a your project in a `dev/` dir, and (2) compile sentry by doing `crystal build --release dev/sentry_cli.cr -o ./sentry`.
**Troubleshooting the install:** This install script is just a convenience. If it does not work, simply: (1) place the files located in the `src` dir into a your project in a `dev/` dir, and (2) compile sentry by doing `crystal build --release dev/sentry_cli.cr -o ./sentry`.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sentry
version: 0.3.0
version: 0.3.1

authors:
- Sam Eaton <[email protected]>
crystal: 0.25.0
crystal: 0.27.0
license: ISC

0 comments on commit 5e0cbde

Please sign in to comment.