Skip to content

Commit 846fe91

Browse files
committed
bump up version
1 parent dd42eb1 commit 846fe91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=Adafruit TinyUSB Library
2-
version=1.18.4
2+
version=2.0.0
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>
55
sentence=TinyUSB library for Arduino
6-
paragraph=Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2
6+
paragraph=Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3
77
category=Communication
88
url=https://github.com/adafruit/Adafruit_TinyUSB_Arduino
99
architectures=*

src/arduino/Adafruit_TinyUSB_API.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
// API Version, need to be updated when there is changes for
3232
// TinyUSB_API, USBD_CDC, USBD_Device, USBD_Interface,
33-
#define TINYUSB_API_VERSION 11600
33+
#define TINYUSB_API_VERSION 20000
3434

3535
//--------------------------------------------------------------------+
3636
// Core API

0 commit comments

Comments
 (0)