From 4a7c6311d5e314761f070e2d36713f51e965d470 Mon Sep 17 00:00:00 2001 From: Andrew Nissen Date: Thu, 6 Nov 2025 21:17:11 -0500 Subject: [PATCH] add version options to the readme --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cdaa7c..51fab78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rflatten" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "tempfile", diff --git a/Cargo.toml b/Cargo.toml index 1c55c03..0114426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rflatten" -version = "0.2.0" +version = "0.2.1" edition = "2024" description = "Flatten subdirectories by moving all files to the root directory" license = "GPL-3.0" diff --git a/README.md b/README.md index 9faa4cb..f6108f0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ OPTIONS -h, --help Print help information + -V, --version + Print version information + EXAMPLES Basic usage: rflatten /path/to/directory