diff --git a/Cargo.lock b/Cargo.lock index 1514117..a20f1cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -825,7 +825,7 @@ dependencies = [ [[package]] name = "toru" -version = "0.1.3" +version = "0.1.4" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index fcd66db..e64f90c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toru" -version = "0.1.3" +version = "0.1.4" edition = "2021" authors = ["Aaron Manning "] license = "GPL-2.0-only" diff --git a/README.md b/README.md index c6dd32f..e8eb80b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ which will create an executable at `/target/release/toru`. Simply type `toru` in terminal to display help information for each command: ``` -toru 0.1.2 +toru 0.1.4 Aaron Manning A command line task manager. @@ -60,7 +60,7 @@ SUBCOMMANDS: config For making changes to global configuration delete Delete a task completely discard Discard a task without deleting the underlying file - edit Edit a note directly + edit Edit a task directly git Run Git commands at the root of the vault gitignore Adds the recommended .gitignore file to the vault list Lists tasks according to the specified ordering and filters @@ -68,7 +68,7 @@ SUBCOMMANDS: stats For statistics about the state of your vault svn Run Subversion commands at the root of the vault switch Switches to the specified vault - track For tracking time against a note + track For tracking time against a task vault Commands for interacting with vaults view Displays the specified task in detail ```