From 7170a9853a9824b26c6b29ee74834dc2f311c47f Mon Sep 17 00:00:00 2001 From: Lukas Stancik Date: Thu, 28 May 2026 21:32:55 +0200 Subject: [PATCH] Update Cargo.toml Bump minor version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9d6d8f..da08377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "md-to-html" -version = "0.0.1" +version = "0.0.2" edition = "2021" repository = "https://git.stancik.work/lusk/md-to-html" description = "Markdown to HTML converter"