From 60e91105693649cbe2d8f634997ba35358dd3c1a Mon Sep 17 00:00:00 2001 From: burgerindividual Date: Fri, 28 Apr 2023 18:30:01 +0000 Subject: [PATCH] change license in cargo.toml, bump ver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e69ae9e..e71fc78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fath" authors = [ "burgerindividual", "duplexsystem" ] -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "LGPL-3.0" repository = "https://github.com/burgerindividual/fath"