From 6b0cfc385aa0e0ab882518c89e5deea4a302148d Mon Sep 17 00:00:00 2001 From: Adam McKellar Date: Mon, 16 Sep 2024 21:03:14 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d01c94..a8a547d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "license-fetcher" description = "Fetch licenses of dependencies at build time and embed them into your program." authors = ["Adam McKellar "] -version = "0.1.0" +version = "0.1.1" edition = "2021" readme = "README.md" repository = "https://github.com/WyvernIXTL/license-fetcher"