From 083d276252d0fc74027acc68f306dc29d9e2bbac Mon Sep 17 00:00:00 2001 From: aaron-jack-manning Date: Thu, 25 Aug 2022 21:25:34 +1000 Subject: [PATCH] 0.2.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1346a1f..c86ab7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toru" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Aaron Manning "] license = "GPL-2.0-only" diff --git a/README.md b/README.md index 281add3..7629d42 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.2.0 +toru 0.2.1 Aaron Manning A command line task manager.