From 2638a02a59c9ad13112d5d8fdb54b15378c99b2f Mon Sep 17 00:00:00 2001 From: Felipe Pontes Date: Tue, 30 Oct 2018 07:25:44 -0300 Subject: [PATCH] Release v0.3.1 --- README.md | 2 +- src/sinonimos/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c93ec3..d374b08 100644 --- a/README.md +++ b/README.md @@ -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.3.0/sinonimos" -o /usr/local/bin/sinonimos +sudo curl -L "https://github.com/felipemfp/sinonimos-cli/releases/download/v0.3.1/sinonimos" -o /usr/local/bin/sinonimos ``` Apply executable permissions to the binary: diff --git a/src/sinonimos/main.go b/src/sinonimos/main.go index e898772..382f062 100644 --- a/src/sinonimos/main.go +++ b/src/sinonimos/main.go @@ -19,7 +19,7 @@ import ( ) var name = "sinonimos" -var version = "v0.3.0" +var version = "v0.3.1" var s = spinner.New(spinner.CharSets[14], 100*time.Millisecond) func main() {