From 4ccf477d13f69030de0a363cd62490f0b8e8ae07 Mon Sep 17 00:00:00 2001 From: evenorog Date: Sun, 15 Sep 2024 11:44:27 +0200 Subject: [PATCH] Bump version to 3.5.1 Fixes #4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3423b7..24daf1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "license" -version = "3.5.0+3.25.0" +version = "3.5.1+3.25.0" authors = ["evenorog "] description = "Embedded license information from SPDX." documentation = "https://docs.rs/license"