From e43b95986f33eeb88234c4cde308b653614ac7a1 Mon Sep 17 00:00:00 2001 From: nilsk Date: Tue, 1 Jul 2025 17:08:41 +0200 Subject: [PATCH] increased version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ca66f9..2735442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pptx-to-md" -version = "0.3.0" +version = "0.4.0" edition = "2021" description = "Parse Microsoft PowerPoint files (.pptx) into Markdown (.md)" readme = "README.md"