This commit is contained in:
aaron-jack-manning 2022-09-03 12:33:23 +10:00
parent 113c8ac203
commit 564c565dbc
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -775,7 +775,7 @@ dependencies = [
[[package]]
name = "toru"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"chrono",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "toru"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["Aaron Manning <contact@aaronmanning.net>"]
license = "GPL-2.0-only"

View File

@ -37,7 +37,7 @@ which will create an executable at `/target/release/toru`.
Simply type `toru` in terminal to display help information for each command:
```
toru 0.4.1
toru 0.4.2
Aaron Manning <contact@aaronmanning.net>
A command line task manager.