bump up version
This commit is contained in:
parent
dd42eb1fd3
commit
846fe9145a
2 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
name=Adafruit TinyUSB Library
|
||||
version=1.18.4
|
||||
version=2.0.0
|
||||
author=Adafruit
|
||||
maintainer=Adafruit <info@adafruit.com>
|
||||
sentence=TinyUSB library for Arduino
|
||||
paragraph=Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2
|
||||
paragraph=Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3
|
||||
category=Communication
|
||||
url=https://github.com/adafruit/Adafruit_TinyUSB_Arduino
|
||||
architectures=*
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
// API Version, need to be updated when there is changes for
|
||||
// TinyUSB_API, USBD_CDC, USBD_Device, USBD_Interface,
|
||||
#define TINYUSB_API_VERSION 11600
|
||||
#define TINYUSB_API_VERSION 20000
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// Core API
|
||||
|
|
|
|||
Loading…
Reference in a new issue