Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemfp committed Oct 29, 2018
1 parent f841cc1 commit 06bc85d
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 @@ -7,7 +7,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.1.0/sinonimos" -o /usr/local/bin/sinonimos
sudo curl -L "https://github.com/felipemfp/sinonimos-cli/releases/download/v0.2.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 @@ -16,7 +16,7 @@ import (
)

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

func main() {
Expand Down

0 comments on commit 06bc85d

Please sign in to comment.