From b5d2645340cfb0b98d3b93b015a6e745249c8e0e Mon Sep 17 00:00:00 2001 From: rob tillaart Date: Fri, 28 May 2021 14:14:39 +0200 Subject: [PATCH] add license to library.json --- library.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 4392bd7..3722f4e 100644 --- a/library.json +++ b/library.json @@ -18,7 +18,8 @@ "type": "git", "url": "https://github.com/RobTillaart/Statistic.git" }, - "version":"0.4.3", + "version": "0.4.3", + "license": "MIT", "frameworks": "arduino", "platforms": "*" }