Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
update homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
KeisukeToyota committed May 13, 2019
1 parent f1430c2 commit 51bc91c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before:
brew:
github:
owner: KeisukeToyota
name: homebrew-toyotter
name: toyotter
commit_author:
name: goreleaserbot
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ cp $GOPATH/src/github.com/KeisukeToyota/toyotter/.env.example ~/.env.toyotter

In macOS you can install it with Homebrew
```shell
$ brew tap keisuketoyota/homebrew-toyotter
$ brew tap keisuketoyota/toyotter
$ brew install toyotter
```

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func main() {
|___/`

app.Usage = ""
app.Version = "0.3.1"
app.Version = "0.3.2"
app.Commands = []cli.Command{
commands.TweetCommand(api, v),
commands.TimelineCommand(api, v),
Expand Down

0 comments on commit 51bc91c

Please sign in to comment.