From e50c9f0daf3cd6f60e417b7f07962442280dd2a0 Mon Sep 17 00:00:00 2001 From: "U. Bruhin" Date: Thu, 9 Jan 2025 07:54:24 +0100 Subject: [PATCH] Bump version to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27e3069..6c07eba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/LibrePCB/interactive-html-bom-rs" documentation = "https://docs.rs/interactive-html-bom/" readme = "README.md" license = "MIT" -version = "0.1.1" +version = "0.1.2" edition = "2021" exclude = ["/.git*", "/.reuse/", "/.rustfmt.toml", "/LICENSES/", "*.sh"]