Skip to content

Commit

Permalink
First "stable" release
Browse files Browse the repository at this point in the history
Go to the [README](https://github.com/gumieri/note/blob/v1.0.0/README.md) to
know how to use and how to install.

If you are using Mac OS or Linux, you can install using the commands:
```bash
curl -L
https://github.com/gumieri/note/releases/download/v1.0.0/note-`uname
-s`-`uname -m` -o /usr/local/bin/note
chmod +x /usr/local/bin/note
```
  • Loading branch information
gumieri committed May 2, 2018
1 parent ae0d07c commit 6e5b7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func main() {

app.Name = "Note"

app.Version = "0.1.0"
app.Version = "1.0.0"

app.Usage = "Quick and easy Command-line tool for taking notes"
app.UsageText = "note [just type a text] [or command] [with command options]"
Expand Down

0 comments on commit 6e5b7f7

Please sign in to comment.