diff --git a/Cargo.lock b/Cargo.lock index c11e6c8..035f4cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" [[package]] name = "newdoc" -version = "2.4.0" +version = "2.5.0" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 9b9fd9f..02d4a33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newdoc" -version = "2.4.0" +version = "2.5.0" description = "Generate pre-populated module files formatted with AsciiDoc that are used in Red Hat and Fedora documentation." authors = ["Marek Suchánek "] license = "GPL-3.0-or-later"