diff options
| author | hathach <[email protected]> | 2023-11-24 16:36:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-24 19:09:35 +0700 |
| commit | 031be18e26933850d63c91659832b9987efecf24 (patch) | |
| tree | f2a8022336a5a72a883f54f8ebf46cd9a72c379e /library.json | |
| parent | 426f791e7af6c8d53c828ecab37848ac833965ea (diff) | |
update release version
Diffstat (limited to 'library.json')
| -rw-r--r-- | library.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library.json b/library.json index d637b528d..3cdd5990f 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "TinyUSB", - "version": "0.15.0", + "version": "0.16.0", "description": "TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system, designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events are deferred then handled in the non-ISR task function.", "keywords": "usb, host, device", "repository": |
