From 4cc707ba3e213382f1f6e88d66639bb6b76216be Mon Sep 17 00:00:00 2001 From: Keita Urashima Date: Wed, 31 Jul 2024 22:05:58 +0900 Subject: [PATCH] 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e560fb1..60aeb94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,7 +263,7 @@ dependencies = [ [[package]] name = "handlematters" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 29d644e..421cf62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlematters" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Self-contained template system with Handlebars and inline shell scripts" authors = ["Keita Urashima "] diff --git a/README.md b/README.md index 3659937..ad024c1 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,6 @@ Arguments: [FILE] Input file [default: stdin] Options: - -h, --help Print help information - -V, --version Print version information + -h, --help Print help + -V, --version Print version ```