From 0a2625b42cdeed3efaea4aa5d6af18df33e3d6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 14 May 2024 23:45:12 +0200 Subject: [PATCH] Bump version :tada: --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4c0b5e..082ed07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-iced" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "MIT" description = "An mdBook preprocessor to turn iced code blocks into interactive examples"