diff --git a/Cargo.lock b/Cargo.lock index 53a46f9..8cf8729 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler" @@ -859,7 +859,7 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" [[package]] name = "docki" -version = "1.1.0" +version = "1.1.1" dependencies = [ "bytes", "clap 4.1.8", diff --git a/Cargo.toml b/Cargo.toml index 992d91e..54ee5f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docki" -version = "1.1.0" +version = "1.1.1" edition = "2021" description = "cli for building and publishing documentation using asciidoctor" license-file = "LICENSE.txt"