From 03ed79dcc8d730330ecbe33ce85d6a72e6ed9deb Mon Sep 17 00:00:00 2001 From: Will Speak Date: Sun, 25 Jun 2023 15:17:35 +0100 Subject: [PATCH] Bump Version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df0e33d..a9e88b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docket" -version = "0.7.0" +version = "0.7.1" description = "Simple markdown to HTML documentation rendering" readme = "README.md" license-file = "LICENSE"