From 9945b45aa9c824f8863b9684a27b2d6aaf1dc9ba Mon Sep 17 00:00:00 2001 From: quirinecker Date: Thu, 23 Oct 2025 22:38:12 +0200 Subject: [PATCH] incremented version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"