From 4cb8ee597cf34bfe58b0ac4a5dba3932a93d3f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Gillard?= Date: Thu, 1 Dec 2016 18:18:33 +0000 Subject: [PATCH] New version --- README.md | 5 ++--- cli.go | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a16ca3b..0470484 100644 --- a/README.md +++ b/README.md @@ -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` @@ -28,7 +27,7 @@ USAGE: td [global options] command [command options] [arguments...] VERSION: - 1.3.0 + 1.4.0 AUTHOR: Gaël Gillard - @@ -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 diff --git a/cli.go b/cli.go index 720469d..9a6b15e 100644 --- a/cli.go +++ b/cli.go @@ -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{