From ddcf77a6a3de9fbc398d1f1f9e0a26dddccefcf3 Mon Sep 17 00:00:00 2001 From: Roman3349 Date: Tue, 27 Sep 2016 21:28:59 +0200 Subject: [PATCH] Add information about license and version to @PlatformIO Library Registry manifest file. Signed-off-by: Roman3349 --- library.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library.json b/library.json index f2cd6dab..a26311d1 100644 --- a/library.json +++ b/library.json @@ -31,6 +31,8 @@ "type": "git", "url": "https://github.com/felis/USB_Host_Shield_2.0.git" }, + "version": "1.2.1", + "license": "GPL-2.0", "examples": [ "examples/*/*.ino",