From beeaa782caa04d2935689e036730cc38521156d4 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Mon, 13 Mar 2023 01:47:52 +0100 Subject: [PATCH] incremented the version 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acffad0..61be061 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docki" -version = "0.3.0" +version = "1.0.0" edition = "2021" description = "cli for building and publishing documentation using asciidoctor" license-file = "LICENSE.txt"