Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemfp committed Oct 30, 2018
1 parent 59d764b commit 11664bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Find synonyms without leaving your terminal
Run this command to download the latest version of `sinonimos`:

```bash
sudo curl -L "https://github.com/felipemfp/sinonimos-cli/releases/download/v0.2.0/sinonimos" -o /usr/local/bin/sinonimos
sudo curl -L "https://github.com/felipemfp/sinonimos-cli/releases/download/v0.3.0/sinonimos" -o /usr/local/bin/sinonimos
```

Apply executable permissions to the binary:
Expand Down
2 changes: 1 addition & 1 deletion src/sinonimos/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

var name = "sinonimos"
var version = "v0.2.0"
var version = "v0.3.0"
var s = spinner.New(spinner.CharSets[14], 100*time.Millisecond)

func main() {
Expand Down

0 comments on commit 11664bb

Please sign in to comment.