Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatto authored and Gael Gillard committed Dec 5, 2016
1 parent 1de054b commit 4cb8ee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

### Installation

- With [Homebrew](http://brew.sh/): `brew install td`
- From *binary*: go to the [release page](https://github.com/Swatto/td/releases)
- From *source*: `go get github.com/Swatto/td`

Expand All @@ -28,7 +27,7 @@ USAGE:
td [global options] command [command options] [arguments...]
VERSION:
1.3.0
1.4.0
AUTHOR:
Gaël Gillard - <gael@gaelgillard.com>
Expand All @@ -39,7 +38,7 @@ COMMANDS:
modify, m Modify the text of an existing todo
toggle, t Toggle the status of a todo by giving his id
clean Remove finished todos from the list
reorder, r Reset ids of todo
reorder, r Reset ids of todo or swap the position of two todo
search, s Search a string in all todos
help, h Shows a list of commands or help for one command
Expand Down
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
app := cli.NewApp()
app.Name = "td"
app.Usage = "Your todos manager"
app.Version = "1.3.0"
app.Version = "1.4.0"
app.Author = "Gaël Gillard"
app.Email = "gael@gaelgillard.com"
app.Flags = []cli.Flag{
Expand Down

0 comments on commit 4cb8ee5

Please sign in to comment.