Skip to content

Commit 56d4b61

Browse files
authored
Merge pull request #376 from adafruit/release-3.0
bump up release and API macros
2 parents 5cd4063 + 29e0d60 commit 56d4b61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit TinyUSB Library
2-
version=2.4.1
2+
version=3.0.0
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=TinyUSB library for Arduino

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 20400
33+
#define TINYUSB_API_VERSION 30000
3434

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

0 commit comments

Comments
 (0)