diff --git a/library.json b/library.json index b9f3c7c7..d60de222 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,23 @@ { "name": "Adafruit TinyUSB Library", + "keywords": "usb, arduino, tinyusb", + "description": "Arduino library for TinyUSB", + "version": "3.4.1", + "repository": { + "type": "git", + "url": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git" + }, + "frameworks": "*", + "platforms": "*", "build": { "libArchive": false, "flags": "-DUSE_TINYUSB" - } -} + }, + "authors": + [ + { + "name": "Adafruit", + "maintainer": true + } + ] +} \ No newline at end of file diff --git a/library.properties b/library.properties index c854804a..ce084ca3 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit TinyUSB Library -version=3.4.1 +version=3.4.2 author=Adafruit maintainer=Adafruit sentence=TinyUSB library for Arduino