diff --git a/Cargo.lock b/Cargo.lock index c99bdde..a40d734 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "mktoc" -version = "3.1.0" +version = "3.2.0" dependencies = [ "clap 4.2.3", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 1755596..83fd98e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mktoc" description = "Generate Table of Contents from Markdown files" license = "MIT" -version = "3.1.0" +version = "3.2.0" authors = ["Kevin Gimbel "] edition = "2018" repository = "https://github.com/kevingimbel/mktoc"