From 5af1abaef29fd8f2fb04136a0ae06c7e0d432aaa Mon Sep 17 00:00:00 2001 From: Bernardo de Araujo Date: Wed, 3 Jul 2024 17:33:51 -0400 Subject: [PATCH] Update license name within Cargo.toml and bump minor version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 25d4e64..38ed915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "text_placeholder" description = "A flexible text template engine" -version = "0.5.0" +version = "0.5.1" authors = ["Bernardo Araujo "] edition = "2018" repository = "https://github.com/bernardoamc/text-placeholder" -license = "MIT OR Apache-2.0" +license = "MIT" readme = "README.md" [features]