Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed Mar 25, 2016
1 parent 74654a7 commit a65388e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ brew install slackcat
```
or
```bash
curl -Lo slackcat https://github.com/vektorlab/slackcat/releases/download/v0.9/slackcat-0.9-darwin-amd64
curl -Lo slackcat https://github.com/vektorlab/slackcat/releases/download/v1.0/slackcat-1.0-darwin-amd64
sudo mv slackcat /usr/local/bin/
sudo chmod +x /usr/local/bin/slackcat
```

#### Linux

```bash
wget https://github.com/vektorlab/slackcat/releases/download/v0.9/slackcat-0.9-linux-amd64 -O slackcat
wget https://github.com/vektorlab/slackcat/releases/download/v1.0/slackcat-1.0-linux-amd64 -O slackcat
sudo mv slackcat /usr/local/bin/
sudo chmod +x /usr/local/bin/slackcat
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9
1.0

0 comments on commit a65388e

Please sign in to comment.